Skip to content

Commit

Permalink
Remove webpack, the output format is not what we desire.
Browse files Browse the repository at this point in the history
See #33
  • Loading branch information
daurnimator committed Mar 31, 2018
1 parent 384d014 commit d28dd84
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 4,391 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
dist/
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ install:

script:
- yarn lint
- yarn build
- yarn test

notifications:
Expand Down
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,11 @@
"test": "test"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1",
"fengari": "^0.1.0",
"mocha": "^5.0.5",
"webpack": "^4.4.1",
"webpack-cli": "^2.0.13"
"mocha": "^5.0.5"
},
"scripts": {
"build": "webpack",
"lint": "eslint src/ test/",
"prepublishOnly": "git diff-index --quiet --cached HEAD -- && npm run lint && npm run test",
"test": "mocha"
Expand Down
37 changes: 0 additions & 37 deletions webpack.config.js

This file was deleted.

Loading

0 comments on commit d28dd84

Please sign in to comment.