Skip to content

Commit

Permalink
fix: remove deploy-build dep
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Oct 2, 2018
1 parent e050095 commit 83919ff
Show file tree
Hide file tree
Showing 2 changed files with 942 additions and 11 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"prebuild": "rm -rf build",
"build": "webpack",
"postbuild": "cp -r *.png i18n node_modules/babel-polyfill/dist/polyfill.min.js build/ && npm run manifest && cp ./package.json ./build/package.json",
"manifest": "d2-manifest package.json build/manifest.webapp",
"deploy": "deploy-build"
"manifest": "d2-manifest package.json build/manifest.webapp"
},
"repository": {
"type": "git",
Expand All @@ -29,7 +28,6 @@
},
"homepage": "https://github.com/dhis2/app-management-app#readme",
"devDependencies": {
"@dhis2/deploy-build": "^1.0.4",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-polyfill": "^6.23.0",
Expand Down Expand Up @@ -57,10 +55,6 @@
"webpack": "^3.5.1",
"webpack-dev-server": "^2.6.1"
},
"pre-commit": [
"lint",
"validate"
],
"manifest.webapp": {
"name": "DHIS 2 Application Management",
"icons": {
Expand Down
Loading

0 comments on commit 83919ff

Please sign in to comment.