Skip to content

Commit 8298785

Browse files
committed
3.1.4 release.
- Pulled in #58 (thank you @rkumorek). - Tweaked build pipeline.
1 parent e77b4f5 commit 8298785

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
"module": "./src/yall.mjs",
77
"jsnext:main": "./src/yall.mjs",
88
"scripts": {
9-
"clean": "npx rimraf ./dist",
9+
"clean": "rm -rf ./dist",
1010
"lint": "npx eslint ./src/yall.mjs",
1111
"test": "npm run lint && npm run build && cp -fv ./dist/yall.min.js ./test/js && npm run server",
1212
"server": "node http.js",
13-
"build": "npm run clean && npx rollup -c"
13+
"build": "npm run clean && npx rollup -c",
14+
"postinstall": "npm run build"
1415
},
1516
"repository": {
1617
"type": "git",
@@ -43,7 +44,6 @@
4344
"@babel/preset-env": "^7.5.5",
4445
"eslint": "^6.1.0",
4546
"express": "^4.17.1",
46-
"rimraf": "^2.6.3",
4747
"rollup": "^1.17.0",
4848
"rollup-plugin-babel": "^4.3.3",
4949
"rollup-plugin-terser": "^5.1.1"

test/js/yall.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)