Skip to content

Commit

Permalink
chore: add build task
Browse files Browse the repository at this point in the history
  • Loading branch information
darlanalves committed May 9, 2016
1 parent 0b24e60 commit 78e9912
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .babelrc
@@ -0,0 +1,4 @@
{
"presets": ["es2015"],
"plugins": []
}
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
node_modules
2 changes: 2 additions & 0 deletions Makefile
@@ -0,0 +1,2 @@
build:
babel src/plugin.js --out-file plugin.es5.js
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -21,5 +21,9 @@
"bugs": {
"url": "https://github.com/dot-build/rollup-plugin-includepaths/issues"
},
"homepage": "https://github.com/dot-build/rollup-plugin-includepaths#readme"
"homepage": "https://github.com/dot-build/rollup-plugin-includepaths#readme",
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-preset-es2015": "^6.6.0"
}
}
File renamed without changes.

0 comments on commit 78e9912

Please sign in to comment.