Skip to content

Commit

Permalink
Clean up some files
Browse files Browse the repository at this point in the history
  • Loading branch information
JMPerez committed Oct 22, 2016
1 parent 1d5a922 commit 16b8f20
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.jshintrc
.coveralls.yml
.eslintrc
.npmignore
node_modules
lib/browser.js
lib/browser.js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If you are using it in a browser, you can use bower: `bower install promise-thro
## Development

Install the dependencies using `npm install`.
Run `npm start` to generate the dist file.
Run `npm start` to lint, test and browserify promise-thottle.

## Projects using it

Expand Down
5 changes: 2 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
"ignore": [
"lib",
"node_modules",
"test",
"__tests__",
".coveralls.yml",
".gitignore",
".jshintrc",
".eslintrc",
".travis.yml",
"Makefile",
"package.json"
],
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dist": "mkdir -p dist && browserify lib/browser.js -o dist/promise-throttle.js",
"lint": "eslint lib/*.js",
"test": "npm run lint && jest --coverage",
"travis": "npm test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
"travis": "npm test && cat ./coverage/lcov.info | coveralls"
},
"keywords": [
"promise",
Expand Down

0 comments on commit 16b8f20

Please sign in to comment.