cross platform rm

This commit is contained in:
Mario Romano
2016-06-20 17:50:31 +01:00
parent 696af117e7
commit 5aca16bef1
13 changed files with 62 additions and 49 deletions

View File

@@ -4,7 +4,7 @@
"version": "0.1.0",
"author": "Alfresco Software, Ltd.",
"scripts": {
"clean": "rm -rf node_modules typings",
"clean": "rimraf node_modules typings",
"start": "npm run tslint && typings install && concurrently \"npm run tsc:w\" \"license-check\" \"npm run serve\" ",
"tsc": "tsc",
"tsc:w": "tsc -w",
@@ -80,7 +80,8 @@
"ng2-alfresco-login": "^0.1.0",
"ng2-alfresco-search": "^0.1.9",
"ng2-alfresco-upload": "^0.1.0",
"ng2-alfresco-viewer": "^0.1.13"
"ng2-alfresco-viewer": "^0.1.13",
"rimraf": "^2.5.2"
},
"devDependencies": {
"browser-sync": "^2.10.0",