Skip to content

Commit

Permalink
kill some dead dependencies, remove the babel polyfil, bump the patch…
Browse files Browse the repository at this point in the history
… version, fix the main script
  • Loading branch information
Shane Gibbons committed Jan 20, 2018
1 parent 7122d93 commit 0bfa908
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
13 changes: 9 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "air-traffic-control",
"version": "0.1.0",
"version": "0.1.1",
"description": "Dead simple redux routing",
"main": "src/index.js",
"main": "build/air-traffic-control.js",
"scripts": {
"test": "jest",
"compile": "mkdir -p build && babel --presets es2015,stage-0 -d build/ src/ && mv build/index.js build/air-traffic-control.js",
Expand All @@ -26,8 +26,6 @@
"author": "Airplane Mode Team",
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"crossroads": "^0.12.2"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ var webpack = require('webpack');

module.exports = {
entry: [
"babel-polyfill",
"./src/index"
],
output: {
Expand Down

0 comments on commit 0bfa908

Please sign in to comment.