Skip to content

Commit 54e2ec3

Browse files
committed
use tiny lib in unpkg
1 parent a95a1f5 commit 54e2ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "a prototxt parser for js based on parsimmon",
55
"main": "dist/node/index.js",
66
"types": "dist/node/index.d.ts",
7-
"unpkg": "dist/browser/prototxt-parser.js",
7+
"unpkg": "dist/browser/prototxt-parser.min.js",
88
"scripts": {
99
"test": "karma start",
1010
"test-travis": "karma start --browsers='Firefox,Chrome' --singleRun",

0 commit comments

Comments
 (0)