Fix issue where custom TSLint rules were not being published to NPM

This commit is contained in:
Fabio Berger
2018-02-09 11:53:38 -08:00
parent 7e04c4f24b
commit 20e2673b82
3 changed files with 9 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
node_modules/
scripts/
tsconfig.json
rules/

View File

@@ -1,6 +1,10 @@
# CHANGELOG
## v0.5.0 - _TBD, 2018_
## v0.4.8 - _February 9, 2018_
* Fix publish issue where custom TSLint rules were not being included
## v0.4.7 - _February 7, 2018_
* Modified custom 'underscore-privates' rule, changing it to 'underscore-private-and-protected' requiring underscores to be prepended to both private and protected variable names (#354)

View File

@@ -9,11 +9,6 @@
"clean": "shx rm -rf lib",
"lint": "tslint --project . 'rules/**/*.ts'"
},
"files": [
"tslint.js",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git://github.com/0xProject/0x.js.git"