mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Simplified package.json for documentlist
This commit is contained in:
parent
81516a9303
commit
a36828e5b3
@ -1 +0,0 @@
|
|||||||
/node_modules
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user