Upgrade ng2-alfresco-webscript

This commit is contained in:
Denys Vuika
2016-09-19 14:48:18 +01:00
parent 069cf2f92d
commit 7c9bdc3bce
6 changed files with 14 additions and 41 deletions

View File

@@ -5,9 +5,8 @@
"author": "Alfresco Software, Ltd.",
"main": "index.js",
"scripts": {
"clean": "rimraf dist node_modules typings",
"typings": "typings install",
"postinstall": "npm run typings && npm run build",
"clean": "rimraf dist node_modules",
"postinstall": "npm run build",
"start": "npm run build && concurrently \"npm run tsc:w\" \"npm run server\" ",
"server": "wsrv -o -s -l",
"build": "npm run tslint && rimraf dist && npm run tsc",
@@ -45,12 +44,13 @@
"ng2-alfresco-webscript": "^0.3.0"
},
"devDependencies": {
"concurrently": "2.0.0",
"@types/core-js": "^0.9.32",
"@types/jasmine": "^2.2.33",
"concurrently": "^2.2.0",
"rimraf": "2.5.2",
"tslint": "3.8.1",
"typescript": "1.8.10",
"typings": "1.0.4",
"wsrv": "0.1.3"
"typescript": "^2.0.2",
"wsrv": "^0.1.5"
},
"contributors": [
{

View File

@@ -1,7 +0,0 @@
{
"globalDependencies": {
"core-js": "registry:dt/core-js#0.0.0+20160317120654",
"jasmine": "registry:dt/jasmine#2.2.0+20160505161446",
"node": "registry:dt/node#4.0.0+20160509154515"
}
}