Skip to content

Commit 2f88254

Browse files
committed
adding the @ngageoint scope
upgrading to pureimage 0.0.19 U
1 parent 13e8c4a commit 2f88254

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "geopackage",
2+
"name": "@ngageoint/geopackage",
33
"version": "1.0.13",
4-
"description": "geopackage",
4+
"description": "GeoPackage JavaScript Library",
55
"keywords": [
66
"NGA",
77
"geopackage"
@@ -32,7 +32,7 @@
3232
"file-type": "^4.1.0",
3333
"lwip": "0.0.9",
3434
"proj4": "^2.4.3",
35-
"pureimage": "github:danielbarela/node-pureimage",
35+
"pureimage": "0.0.19",
3636
"reproject": "^1.1.1",
3737
"sql.js": "kripken/sql.js",
3838
"stream-to-array": "^2.3.0",
@@ -59,7 +59,6 @@
5959
"inquirer": "^1.0.2",
6060
"sqlite3": "^3.1.8"
6161
},
62-
"private": true,
6362
"main": "index.js",
6463
"files": [
6564
"index.js",
@@ -69,7 +68,7 @@
6968
"converters"
7069
],
7170
"browser": {
72-
"pajk-lwip": false,
71+
"lwip": false,
7372
"sqlite3": false
7473
},
7574
"scripts": {

0 commit comments

Comments
 (0)