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",
"version": "0.1.0",
"scripts": {
"build": "tsc",
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"build": "typings install && tsc",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"typings": "typings",
"postinstall": "typings install"
"typings": "typings"
},
"license": "ISC",
"dependencies": {
@ -20,8 +17,6 @@
"zone.js": "0.6.10"
},
"devDependencies": {
"concurrently": "^2.0.0",
"lite-server": "^2.2.0",
"typescript": "^1.8.10",
"typings":"^0.7.12"
}