Skip to content

Commit beaf4b2

Browse files
committed
updated
1 parent 2ba5f48 commit beaf4b2

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,12 +1,12 @@
11
{
22
"name": "@djthorpe/js-framework",
3-
"version": "0.0.31",
3+
"version": "0.0.32",
44
"description": "Javascript Framework",
55
"main": "dist/js/index.js",
66
"scripts": {
77
"all": "npm-run-all lint esbuild docs",
88
"build": "webpack --config config/webpack.config.js",
9-
"esbuild": "rm -fr dist && esbuild js/index.js --bundle --minify --sourcemap --outdir=dist --define:process.env.NODE_ENV=\"production\" --loader:.woff=file --loader:.woff2=file",
9+
"esbuild": "rm -fr dist && esbuild js/index.js --bundle --sourcemap --outdir=dist --loader:.woff=file --loader:.woff2=file",
1010
"lint": "eslint js",
1111
"docs": "jsdoc -c config/jsdoc.config.json"
1212
},

0 commit comments

Comments
 (0)