Skip to content

Commit

Permalink
Just deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
aselbie committed Jan 11, 2016
1 parent 41e6206 commit 8bc990b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ node_js:
- 5.2.0
before_install:
- npm install
script:
- webpack --bail --progress --build
sudo: false
before_deploy:
- npm-prepublish --verbose
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"devDependencies": {
"appirio-tech-webpack-config": "^0.1.5",
"coffee-script": "^1.10.0",
"concurrently": "^0.1.1",
"express": "^4.13.3",
"npm-prepublish": "^1.2.1",
Expand Down
5 changes: 0 additions & 5 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
require('./node_modules/coffee-script/register');

config = require('appirio-tech-webpack-config')({
dirname: __dirname,
entry: './example/index'
});

module.exports = config;

0 comments on commit 8bc990b

Please sign in to comment.