Skip to content

Commit

Permalink
Clear NPM package contents
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrSvirak committed Jul 4, 2017
1 parent d8ad590 commit 9747b0b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
**
!LICENCE.md
!package.json
!package-lock.json
!README.md
!src/**
src/Sample.*
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ deployment:
npm:
tag: /v[0-9]+(\.[0-9]+)*/
commands:
- npm build
- npm publish
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "react-set-state-usage",
"version": "2.0.0",
"version": "2.0.1",
"description": "TSLint rule for detection non-functional setState statements",
"main": "tslint.json",
"scripts": {
"test": "./node_modules/.bin/tsc -p . && \"./node_modules/.bin/tslint\" --test test/rules/**/tslint.json"
"build": "./node_modules/.bin/tsc -p .",
"test": "npm run build && \"./node_modules/.bin/tslint\" --test test/rules/**/tslint.json"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9747b0b

Please sign in to comment.