Upgrade ng2-activiti-processlist

This commit is contained in:
Denys Vuika
2016-09-19 11:59:10 +01:00
parent 1b86e1dd8c
commit c14341d1f8
9 changed files with 15 additions and 67 deletions

View File

@@ -5,8 +5,7 @@
"author": "Will Abson",
"main": "index.js",
"scripts": {
"clean": "rimraf dist node_modules typings",
"typings": "typings install",
"clean": "rimraf dist node_modules",
"postinstall": "npm run typings && npm run build",
"start": "npm run build && concurrently \"npm run tsc:w\" \"npm run server\" ",
"server": "wsrv -o -s -l",
@@ -44,12 +43,13 @@
"material-design-lite": "^1.1.3"
},
"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"
},
"publishConfig": {
"registry": "http://devproducts.alfresco.me:4873/"

View File

@@ -12,8 +12,6 @@
},
"exclude": [
"dist",
"node_modules",
"typings/main",
"typings/main.d.ts"
"node_modules"
]
}

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"
}
}