Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
chore: remove babel
Browse files Browse the repository at this point in the history
  • Loading branch information
boennemann authored and gr2m committed Aug 19, 2017
1 parent 54effad commit d574445
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
node_modules
*.log
.DS_Store
index.js
File renamed without changes.
18 changes: 2 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"description": "run a deployment script only once in the test matrix",
"main": "index.js",
"scripts": {
"test": "standard && npm run build",
"build": "babel src.js > index.js",
"prepublish": "npm run build",
"test": "standard",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
Expand All @@ -26,9 +24,6 @@
},
"homepage": "https://github.com/semantic-release/travis-deploy-once#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-preset-es2015-node4": "^2.1.0",
"semantic-release": "^6.3.1",
"standard": "^8.5.0"
},
Expand All @@ -38,16 +33,7 @@
"request-promise": "^4.1.1",
"travis-ci": "^2.1.1"
},
"babel": {
"presets": [
"es2015-node4"
],
"plugins": [
"transform-async-to-generator"
]
},
"files": [
"index.js",
"src.js"
"index.js"
]
}

0 comments on commit d574445

Please sign in to comment.