Skip to content

Commit d172840

Browse files
committedNov 30, 2019
added unpkg property to package.json
1 parent c1afadc commit d172840

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "georaster",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Wrapper around Georeferenced Rasters like GeoTIFF, NetCDF, JPG, and PNG that provides a standard interface",
55
"main": "dist/georaster.bundle.min.js",
66
"browser": {
77
"./dist/georaster.bundle.min.js": "./dist/georaster.browser.bundle.min.js"
88
},
9+
"unpkg": "./dist/georaster.browser.bundle.min.js",
910
"scripts": {
1011
"eslint": "node ./node_modules/eslint/bin/eslint.js src",
1112
"fix": "node ./node_modules/eslint/bin/eslint.js src --fix",

0 commit comments

Comments
 (0)
Please sign in to comment.