Simplified package.json for documentlist

This commit is contained in:
Denys Vuika 2016-04-21 14:19:57 +01:00
parent 81516a9303
commit a36828e5b3
2 changed files with 2 additions and 8 deletions

View File

@ -1 +0,0 @@
/node_modules

View File

@ -2,13 +2,10 @@
"name": "ng2-alfresco-documentlist", "name": "ng2-alfresco-documentlist",
"version": "0.1.0", "version": "0.1.0",
"scripts": { "scripts": {
"build": "tsc", "build": "typings install && tsc",
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"tsc": "tsc", "tsc": "tsc",
"tsc:w": "tsc -w", "tsc:w": "tsc -w",
"lite": "lite-server", "typings": "typings"
"typings": "typings",
"postinstall": "typings install"
}, },
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
@ -20,8 +17,6 @@
"zone.js": "0.6.10" "zone.js": "0.6.10"
}, },
"devDependencies": { "devDependencies": {
"concurrently": "^2.0.0",
"lite-server": "^2.2.0",
"typescript": "^1.8.10", "typescript": "^1.8.10",
"typings":"^0.7.12" "typings":"^0.7.12"
} }