Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "lsif-npm", | ||
"description": "A tools to rewrite Typescript LSIF monikers into npm monikers", | ||
"version": "0.2.0", | ||
"author": "MS", | ||
"version": "0.2.1", | ||
"author": "Microsoft Corporation", | ||
"license": "MIT", | ||
@@ -35,3 +35,2 @@ "repository": { | ||
"clean": "node ../node_modules/rimraf/bin.js lib", | ||
"clean-all": "node ../build/bin/tsc -b ./tsconfig.json --clean", | ||
"prepublishOnly": "npm run clean && npm run compile", | ||
@@ -38,0 +37,0 @@ "postpublish": "node ../build/bin/post-publish.js" |
36777