mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Upgrade ng2-alfresco-webscript
This commit is contained in:
@@ -5,9 +5,8 @@
|
|||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf dist node_modules typings",
|
"clean": "rimraf dist node_modules",
|
||||||
"typings": "typings install",
|
"postinstall": "npm run build",
|
||||||
"postinstall": "npm run typings && npm run build",
|
|
||||||
"start": "npm run build && concurrently \"npm run tsc:w\" \"npm run server\" ",
|
"start": "npm run build && concurrently \"npm run tsc:w\" \"npm run server\" ",
|
||||||
"server": "wsrv -o -s -l",
|
"server": "wsrv -o -s -l",
|
||||||
"build": "npm run tslint && rimraf dist && npm run tsc",
|
"build": "npm run tslint && rimraf dist && npm run tsc",
|
||||||
@@ -45,12 +44,13 @@
|
|||||||
"ng2-alfresco-webscript": "^0.3.0"
|
"ng2-alfresco-webscript": "^0.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"concurrently": "2.0.0",
|
"@types/core-js": "^0.9.32",
|
||||||
|
"@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"
|
|
||||||
},
|
},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
|
@@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
@@ -6,9 +6,7 @@
|
|||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"typings": "./dist/index.d.ts",
|
"typings": "./dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "typings install",
|
"clean": "rimraf dist node_modules",
|
||||||
"clean": "rimraf dist node_modules typings",
|
|
||||||
"typings": "typings install",
|
|
||||||
"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\"",
|
||||||
@@ -54,8 +52,9 @@
|
|||||||
"zone.js": "^0.6.12"
|
"zone.js": "^0.6.12"
|
||||||
},
|
},
|
||||||
"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-ajax": "^3.2.0",
|
"jasmine-ajax": "^3.2.0",
|
||||||
"jasmine-core": "2.4.1",
|
"jasmine-core": "2.4.1",
|
||||||
@@ -72,9 +71,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"
|
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"webscript",
|
"webscript",
|
||||||
|
@@ -20,8 +20,6 @@
|
|||||||
"exclude": [
|
"exclude": [
|
||||||
"demo",
|
"demo",
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
@@ -8,7 +8,6 @@ npm install -g typings
|
|||||||
echo "====== linking component: ng2-alfresco-core ====="
|
echo "====== linking component: ng2-alfresco-core ====="
|
||||||
cd "$DIR/../ng2-components/ng2-alfresco-core"
|
cd "$DIR/../ng2-components/ng2-alfresco-core"
|
||||||
npm link
|
npm link
|
||||||
npm run typings
|
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
#LINK FORM
|
#LINK FORM
|
||||||
@@ -16,7 +15,6 @@ echo "====== linking component: ng2-activiti-form ====="
|
|||||||
cd "$DIR/../ng2-components/ng2-activiti-form"
|
cd "$DIR/../ng2-components/ng2-activiti-form"
|
||||||
npm link ng2-alfresco-core
|
npm link ng2-alfresco-core
|
||||||
npm link
|
npm link
|
||||||
npm run typings
|
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
#LINK DATATABLE
|
#LINK DATATABLE
|
||||||
@@ -24,7 +22,6 @@ echo "====== linking component: ng2-alfresco-datatable ====="
|
|||||||
cd "$DIR/../ng2-components/ng2-alfresco-datatable"
|
cd "$DIR/../ng2-components/ng2-alfresco-datatable"
|
||||||
npm link ng2-alfresco-core
|
npm link ng2-alfresco-core
|
||||||
npm link
|
npm link
|
||||||
npm run typings
|
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
#LINK DOCUMENTLIST
|
#LINK DOCUMENTLIST
|
||||||
@@ -33,7 +30,6 @@ cd "$DIR/../ng2-components/ng2-alfresco-documentlist"
|
|||||||
npm link ng2-alfresco-core
|
npm link ng2-alfresco-core
|
||||||
npm link ng2-alfresco-datatable
|
npm link ng2-alfresco-datatable
|
||||||
npm link
|
npm link
|
||||||
npm run typings
|
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
#LINK WEBSCRIPT
|
#LINK WEBSCRIPT
|
||||||
@@ -42,7 +38,6 @@ cd "$DIR/../ng2-components/ng2-alfresco-webscript"
|
|||||||
npm link ng2-alfresco-core
|
npm link ng2-alfresco-core
|
||||||
npm link ng2-alfresco-datatable
|
npm link ng2-alfresco-datatable
|
||||||
npm link
|
npm link
|
||||||
npm run typings
|
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
#LINK TASKLIST
|
#LINK TASKLIST
|
||||||
@@ -52,7 +47,6 @@ npm link ng2-alfresco-core
|
|||||||
npm link ng2-alfresco-datatable
|
npm link ng2-alfresco-datatable
|
||||||
npm link ng2-activiti-form
|
npm link ng2-activiti-form
|
||||||
npm link
|
npm link
|
||||||
npm run typings
|
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
#LINK PROCESSLIST
|
#LINK PROCESSLIST
|
||||||
@@ -62,7 +56,6 @@ npm link ng2-alfresco-core
|
|||||||
npm link ng2-alfresco-datatable
|
npm link ng2-alfresco-datatable
|
||||||
npm link ng2-activiti-tasklist
|
npm link ng2-activiti-tasklist
|
||||||
npm link
|
npm link
|
||||||
npm run typings
|
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
#LINK VIEWER
|
#LINK VIEWER
|
||||||
@@ -70,7 +63,6 @@ echo "====== linking component: ng2-alfresco-viewer ====="
|
|||||||
cd "$DIR/../ng2-components/ng2-alfresco-viewer"
|
cd "$DIR/../ng2-components/ng2-alfresco-viewer"
|
||||||
npm link ng2-alfresco-core
|
npm link ng2-alfresco-core
|
||||||
npm link
|
npm link
|
||||||
npm run typings
|
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
#LINK TAG
|
#LINK TAG
|
||||||
@@ -92,7 +84,6 @@ do
|
|||||||
cd "$DESTDIR"
|
cd "$DESTDIR"
|
||||||
npm link ng2-alfresco-core
|
npm link ng2-alfresco-core
|
||||||
npm link
|
npm link
|
||||||
npm run typings
|
|
||||||
npm run build
|
npm run build
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user