Skip to content

Commit

Permalink
Removing .git directory from npm package + cleanup (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
thoov authored Oct 9, 2019
1 parent c74bd7c commit ce07f86
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 23 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Folders to exclude
dist
node_modules
coverage
.nyc_output

# Individual files to exclude
.DS_Store
Expand Down
9 changes: 3 additions & 6 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
.nyc_output
coverage
tests
.github
.git

.babelrc
.eslintrc
.npmignore
.nycrc
.travis.yml
rollup.config.js
yarn-error.log
rollup.config.js
12 changes: 0 additions & 12 deletions .nycrc

This file was deleted.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
"scripts": {
"build": "rm -rf dist && rollup -c rollup.config.js",
"lint": "eslint src tests",
"prepublishOnly": "yarn test && yarn build",
"test": "ava --serial --verbose",
"test:coverage": "nyc ava --serial"
"prepublishOnly": "yarn build",
"test": "ava --serial --verbose"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ce07f86

Please sign in to comment.