Skip to content

Commit

Permalink
Adding git repo to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
the94air committed Nov 3, 2019
1 parent 1f7f11a commit 0534853
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"build": "npm run production && rm -rf ~/Sites/empathy-docs/docs/demo && cp -rf ~/Sites/empathy/demo ~/Sites/empathy-docs/docs"
},
"repository": {
"type": "git",
"url": "https://github.com/the94air/empathy.git"
},
"keywords": [
"empathy",
"tailwindcss",
Expand Down

0 comments on commit 0534853

Please sign in to comment.