Skip to content

Commit ac64c18

Browse files
Jan LohageJan Lohage
authored andcommitted
remove dtslint workaround in favor of npx
1 parent 4cdaad2 commit ac64c18

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ node_modules
3131

3232
dist/
3333
.idea/
34-
dtslint-build/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"release:major": "npm version major && npm publish",
1616
"changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
1717
"lint": "semistandard --fix",
18-
"lint:types": "mkdirp dtslint-build && cd dtslint-build && echo '{\"devDependencies\":{\"dtslint\":\"^0.3.0\"},\"scripts\":{\"dtslint\":\"dtslint ../types\"}}' > package.json && npm install && npm run dtslint",
18+
"lint:types": "npx dtslint types",
1919
"mocha": "mocha --opts mocha.opts",
2020
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts",
2121
"test": "npm run lint && npm run lint:types && npm run coverage"

0 commit comments

Comments
 (0)