Fix issue where custom TSLint rules were not being published to NPM
This commit is contained in:
4
packages/tslint-config/.npmignore
Normal file
4
packages/tslint-config/.npmignore
Normal file
@@ -0,0 +1,4 @@
|
||||
node_modules/
|
||||
scripts/
|
||||
tsconfig.json
|
||||
rules/
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user