Skip to content

Commit d964cc8

Browse files
committed
Use non-minified file for unpkg
Short urls are often used for non-production code and it make sense for referenced file to not be minified. See discussion in vuejs/vue#6618 for more information.
1 parent 0238704 commit d964cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"browser": "gulp browser && gulp test-browser"
2222
},
2323
"main": "lib/index.js",
24-
"unpkg": "lib/browser/neo4j-web.min.js",
24+
"unpkg": "lib/browser/neo4j-web.js",
2525
"types": "types/index.d.ts",
2626
"devDependencies": {
2727
"async": "^2.4.0",

0 commit comments

Comments
 (0)