Upgrade ng2-alfresco-core

This commit is contained in:
Denys Vuika
2016-09-19 11:39:09 +01:00
parent f80995d03b
commit a6e695533c
3 changed files with 8 additions and 22 deletions

View File

@@ -71,7 +71,7 @@ module.exports = function (config) {
],
// Coverage reporter generates the coverage
reporters: ['mocha', 'coverage', 'coveralls', 'kjhtml'],
reporters: ['mocha', 'coverage', 'kjhtml'],
// Source files that you wanna generate coverage for.
// Do not include tests or libraries (these files will be instrumented by Istanbul)
@@ -89,7 +89,7 @@ module.exports = function (config) {
{type: 'lcov'}
]
}
}
};
if (process.env.TRAVIS) {
configuration.browsers = ['Chrome_travis_ci'];

View File

@@ -4,9 +4,7 @@
"version": "0.3.2",
"author": "Alfresco Software, Ltd.",
"scripts": {
"postinstall": "typings install",
"clean": "rimraf dist node_modules typings",
"typings": "typings install",
"clean": "rimraf dist node_modules",
"build": "npm run tslint && rimraf dist && tsc && npm run copy-dist && license-check",
"build:w": "npm run tslint && rimraf dist && tsc && npm run copy-dist:w && npm run watch-task",
"watch-task": "concurrently \"npm run tsc:w\" \"license-check\"",
@@ -37,7 +35,7 @@
"contributors": [
{
"name": "Denys Vuika",
"email": "denis.vuyka@gmail.com"
"email": "denys.vuika@gmail.com"
},
{
"name": "Mario Romano",
@@ -73,19 +71,15 @@
"zone.js": "0.6.12",
"ng2-translate": "2.2.2"
},
"peerDependencies": {
"material-design-icons": "^2.2.3",
"material-design-lite": "^1.1.3"
},
"devDependencies": {
"coveralls": "^2.11.9",
"@types/core-js": "^0.9.32",
"@types/jasmine": "^2.2.33",
"cpx": "1.3.1",
"jasmine-ajax": "3.2.0",
"jasmine-core": "2.4.1",
"karma": "0.13.22",
"karma-chrome-launcher": "1.0.1",
"karma-coverage": "1.0.0",
"karma-coveralls": "1.1.2",
"karma-jasmine": "1.0.2",
"karma-jasmine-ajax": "^0.1.13",
"karma-jasmine-html-reporter": "0.2.0",
@@ -95,9 +89,8 @@
"rimraf": "2.5.2",
"traceur": "0.0.91",
"tslint": "3.8.1",
"typescript": "1.8.10",
"typings": "1.0.4",
"wsrv": "0.1.3"
"typescript": "^2.0.2",
"wsrv": "^0.1.5"
},
"license-check-config": {
"src": [

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