mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Upgrade ng2-alfresco-datatable
This commit is contained in:
parent
0ac4439c92
commit
dcbcb48c56
@ -44,13 +44,13 @@
|
|||||||
"material-design-lite": "1.1.3"
|
"material-design-lite": "1.1.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browser-sync": "2.10.0",
|
"@types/core-js": "^0.9.32",
|
||||||
"concurrently": "2.0.0",
|
"@types/jasmine": "^2.2.33",
|
||||||
|
"concurrently": "^2.2.0",
|
||||||
"rimraf": "2.5.2",
|
"rimraf": "2.5.2",
|
||||||
"tslint": "3.8.1",
|
"tslint": "3.8.1",
|
||||||
"typescript": "1.8.10",
|
"typescript": "^2.0.2",
|
||||||
"typings": "1.0.4",
|
"wsrv": "^0.1.5"
|
||||||
"wsrv": "0.1.3"
|
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"angular2",
|
"angular2",
|
||||||
|
@ -12,8 +12,6 @@
|
|||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"dist",
|
"dist",
|
||||||
"node_modules",
|
"node_modules"
|
||||||
"typings/main",
|
|
||||||
"typings/main.d.ts"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
@ -4,10 +4,7 @@
|
|||||||
"version": "0.3.2",
|
"version": "0.3.2",
|
||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "typings install",
|
"clean": "rimraf dist node_modules",
|
||||||
"clean": "rimraf dist node_modules typings",
|
|
||||||
"typings": "typings install",
|
|
||||||
"server": "wsrv -o -p 9875",
|
|
||||||
"build": "npm run tslint && rimraf dist && tsc && npm run copy-dist && license-check",
|
"build": "npm run tslint && rimraf dist && tsc && npm run copy-dist && license-check",
|
||||||
"build:w": "npm run tslint && rimraf dist && npm run watch-task",
|
"build:w": "npm run tslint && rimraf dist && npm run watch-task",
|
||||||
"watch-task": "concurrently \"npm run tsc:w\" \"npm run copy-dist:w\" \"license-check\"",
|
"watch-task": "concurrently \"npm run tsc:w\" \"npm run copy-dist:w\" \"license-check\"",
|
||||||
@ -65,19 +62,15 @@
|
|||||||
"ng2-translate": "2.2.2",
|
"ng2-translate": "2.2.2",
|
||||||
"ng2-alfresco-core": "0.3.2"
|
"ng2-alfresco-core": "0.3.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
|
||||||
"material-design-icons": "^2.2.3",
|
|
||||||
"material-design-lite": "^1.1.3"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"concurrently": "2.1.0",
|
"@types/core-js": "^0.9.32",
|
||||||
"coveralls": "2.11.9",
|
"@types/jasmine": "^2.2.33",
|
||||||
|
"concurrently": "^2.2.0",
|
||||||
"cpx": "1.3.1",
|
"cpx": "1.3.1",
|
||||||
"jasmine-core": "2.4.1",
|
"jasmine-core": "2.4.1",
|
||||||
"karma": "0.13.22",
|
"karma": "0.13.22",
|
||||||
"karma-chrome-launcher": "1.0.1",
|
"karma-chrome-launcher": "1.0.1",
|
||||||
"karma-coverage": "1.0.0",
|
"karma-coverage": "1.0.0",
|
||||||
"karma-coveralls": "1.1.2",
|
|
||||||
"karma-jasmine": "1.0.2",
|
"karma-jasmine": "1.0.2",
|
||||||
"karma-jasmine-html-reporter": "0.2.0",
|
"karma-jasmine-html-reporter": "0.2.0",
|
||||||
"karma-mocha-reporter": "2.0.3",
|
"karma-mocha-reporter": "2.0.3",
|
||||||
@ -86,9 +79,8 @@
|
|||||||
"rimraf": "2.5.2",
|
"rimraf": "2.5.2",
|
||||||
"traceur": "0.0.91",
|
"traceur": "0.0.91",
|
||||||
"tslint": "3.8.1",
|
"tslint": "3.8.1",
|
||||||
"typescript": "1.8.10",
|
"typescript": "^2.0.2",
|
||||||
"typings": "1.0.4",
|
"wsrv": "^0.1.5"
|
||||||
"wsrv": "0.1.3"
|
|
||||||
},
|
},
|
||||||
"license-check-config": {
|
"license-check-config": {
|
||||||
"src": [
|
"src": [
|
||||||
|
@ -14,8 +14,6 @@
|
|||||||
"demo",
|
"demo",
|
||||||
"dist",
|
"dist",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"typings/main",
|
|
||||||
"typings/main.d.ts",
|
|
||||||
"dist"
|
"dist"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user