Skip to content

Commit

Permalink
publishing is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
0xStarcat committed Feb 11, 2021
1 parent 20c1da6 commit 4ced72c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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.6",
"version": "1.0.7",
"description": "",
"main": "dist/index.js",
"module": "src/index.js",
Expand All @@ -13,8 +13,7 @@
"test:watch": "jest --watch",
"build": "webpack --mode=production",
"build:dev": "webpack",
"start:dev": "webpack --watch --mode=production",
"publish": "cp ./package.json ./dist/package.json && cd ./dist/package.json && npm publish"
"start:dev": "webpack --watch --mode=production"
},
"keywords": [
"Astrology",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "circular-natal-horoscope-js",
"version": "1.0.6",
"version": "1.0.7",
"description": "",
"main": "dist/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 4ced72c

Please sign in to comment.