Use dtslint from npm

Instead of installing from the production branch on github.
This commit is contained in:
Nathan Shively-Sanders
2019-02-19 15:41:06 -08:00
parent a854a18f67
commit b926920fcd

View File

@@ -21,7 +21,7 @@
"lint": "dtslint types"
},
"devDependencies": {
"dtslint": "github:Microsoft/dtslint#production",
"dtslint": "latest",
"types-publisher": "github:Microsoft/types-publisher#production"
},
"dependencies": {}