We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95a1f5 commit 54e2ec3Copy full SHA for 54e2ec3
package.json
@@ -4,7 +4,7 @@
4
"description": "a prototxt parser for js based on parsimmon",
5
"main": "dist/node/index.js",
6
"types": "dist/node/index.d.ts",
7
- "unpkg": "dist/browser/prototxt-parser.js",
+ "unpkg": "dist/browser/prototxt-parser.min.js",
8
"scripts": {
9
"test": "karma start",
10
"test-travis": "karma start --browsers='Firefox,Chrome' --singleRun",
0 commit comments