Add babel

This commit is contained in:
Jeremy Thomas
2017-07-01 18:30:39 +01:00
parent 082d05c8df
commit 5e644d861e
44 changed files with 3780 additions and 10158 deletions

18
docs/package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "bulma-docs",
"version": "1.0.0",
"main": "index.html",
"author": "Jeremy Thomas <bbxdesign@gmail.com> (http://jgthms.com)",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015-ie": "^6.7.0",
"i": "^0.3.5",
"npm": "^5.0.4"
},
"scripts": {
"build": "babel _javascript --out-dir lib",
"watch": "npm run build -- --watch"
}
}