Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit f210616

Browse files
committed
fix packe.json build issue
1 parent ad73c49 commit f210616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es6-tween",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "ES6 implementation of amazing tween.js",
55
"browser": "bundled/Tween.min.js",
66
"cdn": "bundled/Tween.min.js",
@@ -14,7 +14,7 @@
1414
"minify": "npx uglifyjs bundled/Tween.js -c -m -o bundled/Tween.min.js --source-map \"filename='bundled/Tween.min.js.map'\"",
1515
"build": "yarn source && yarn minify",
1616
"dev": "npx rollup -c -w",
17-
"prepublishOnly": "yarn lint && yarn doc && yarn doc-md",
17+
"prepublishOnly": "yarn build && yarn lint && yarn doc && yarn doc-md",
1818
"doc": "npx jsdoc --readme README.md --configure jsdoc.json --verbose",
1919
"doc-md": "npx jsdoc2md src/** > API.md",
2020
"test": "yarn lint && npm run source && npx ava",

0 commit comments

Comments
 (0)