Skip to content

Commit

Permalink
remove babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
yelouafi committed Jul 14, 2017
1 parent 7644fd5 commit 6bd2c50
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"scripts": {
"precommit": "lint-staged",
"lint": "eslint src test",
"test": "bundlesize && babel-node ./test | faucet",
"test": "bundlesize && babel-node --presets=es2015 ./test | faucet",
"check": "npm run lint && npm run test",
"prepublish": "npm run build",
"clean": "rimraf dist lib",
"build:umd:dev": "rollup -w -c rollup.config.dev.js",
"build:umd:dev": "rollup -c rollup.config.dev.js",
"build:umd:prod": "rollup -c rollup.config.prod.js",
"build": "npm run clean && npm run build:umd:dev && npm run build:umd:prod"
},
Expand All @@ -67,10 +67,5 @@
"path": "./dist/petit-dom.min.js",
"threshold": "4 Kb"
}
],
"babel": {
"presets": [
"es2015"
]
}
]
}

0 comments on commit 6bd2c50

Please sign in to comment.