This commit is contained in:
Daniel Imhoff
2018-02-12 14:56:01 -06:00
parent 56a3c7a3ad
commit 323fa274f5

View File

@ -46,8 +46,7 @@
"tslint": "tslint --project .", "tslint": "tslint --project .",
"tslint-fix": "tslint --project . --fix", "tslint-fix": "tslint --project . --fix",
"validate": "npm run clean && npm run lint && npm run test && npm run build", "validate": "npm run clean && npm run lint && npm run test && npm run build",
"tsc": "./node_modules/.bin/tsc -p .", "tsc": "./node_modules/.bin/tsc -p ."
"version": "npm run build"
}, },
"author": "Ionic Team", "author": "Ionic Team",
"license": "MIT", "license": "MIT",