Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
0xStarcat committed Feb 12, 2021
1 parent 2a924ef commit b3c6007
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions dist/index.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "circular-natal-horoscope-js",
"version": "1.0.7",
"version": "1.0.8",
"description": "",
"main": "dist/index.js",
"module": "src/index.js",
Expand All @@ -13,6 +13,7 @@
"test:watch": "jest --watch",
"build": "webpack --mode=production",
"build:dev": "webpack",
"build:demo": "webpack -c ./webpack-demo.config.js",
"start:dev": "webpack --watch --mode=production"
},
"keywords": [
Expand All @@ -34,7 +35,7 @@
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.8"
"webpack-cli": "^4.5.0"
},
"files": [
"dist/index.js"
Expand Down

0 comments on commit b3c6007

Please sign in to comment.