Skip to content

Commit

Permalink
added .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Myszewski II committed Aug 15, 2019
1 parent b2e4d58 commit f688b77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .npmrc
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"copy": "node tools/copy-package.js && node tools/copy-readme.js",
"bundle": "rollup -c rollup.config.umd.js && rollup -c rollup.config.esm.js && tsc",
"postbundle": "node tools/remove-code.js",
"build": "rm -rf ./dist && npm run bundle && npm run copy",
"build": "rm -rf ./dist && npm run bundle && npm run copy && touch ./dist/.npmrc",
"publish": "npm test && npm run build && cd ./dist && npm publish",
"postpublish": "rm -rf ./dist && echo \"All done!\"; exit 0",
"pretest": "tsc -p ./test",
Expand Down

0 comments on commit f688b77

Please sign in to comment.