Skip to content

Commit 464ceae

Browse files
committed
Resolves #65 by removing postinstall script.
1 parent 8298785 commit 464ceae

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.editorconfig
22
.eslintrc.json
3+
*.min.mjs
4+
*.min.js
35
http.js
46
test
57
LICENSE-MIT

package-lock.json

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

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yall-js",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "Yet Another Lazy Loader",
55
"main": "./dist/yall.js",
66
"module": "./src/yall.mjs",
@@ -10,8 +10,7 @@
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",
14-
"postinstall": "npm run build"
13+
"build": "npm run clean && npx rollup -c"
1514
},
1615
"repository": {
1716
"type": "git",

0 commit comments

Comments
 (0)