Skip to content

Commit 62099e7

Browse files
author
Dmitry Kovalev
committed
fix ie11 build path misprint
1 parent 6acfd65 commit 62099e7

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
@@ -14,7 +14,7 @@
1414
"dist": "rimraf match parse && mkdir match parse && cp src/match.js match/index.js && cp src/parse.js parse/index.js",
1515
"umd": "rimraf umd && webpack",
1616
"prebuild": "npm run lint && npm test",
17-
"build": "npm run dist && npm run umd && cp -R dist/umd/* ..",
17+
"build": "npm run dist && npm run umd && cp -R dist/umd/* .",
1818
"postversion": "git push && git push --tags",
1919
"prepublish": "npm run build",
2020
"precommit": "lint-staged"

0 commit comments

Comments
 (0)