Browse Source

Add build task

master
Luke Childs 9 years ago
parent
commit
12c84c012b
  1. 1
      .gitignore
  2. 4
      package.json

1
.gitignore

@ -1 +1,2 @@
node_modules
dist

4
package.json

@ -9,8 +9,12 @@
"babel-preset-es2015": "^6.6.0"
},
"scripts": {
"build": "babel -d dist src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"babel": {
"presets": ["es2015"]
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/AtHash.git"

Loading…
Cancel
Save