We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219dafd commit 3d21b6bCopy full SHA for 3d21b6b
package.json
@@ -23,14 +23,14 @@
23
},
24
"name": "@aureooms/js-predicate",
25
"scripts": {
26
- "build": "./node_modules/.bin/aureooms-node-package-build",
+ "build": "NODE_ENV=production microbundle",
27
"test": "ava",
28
"esdoc": null,
29
"lint": "true"
30
31
"license": "AGPL-3.0",
32
"author": "aureooms",
33
- "main": "js/dist/predicate.js",
+ "main": "dist/index.js",
34
"devDependencies": {
35
"aureooms-node-package": "^6.0.1",
36
"@babel/core": "7.13.10",
0 commit comments