mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 03:44:31 -07:00
Add babel
This commit is contained in:
18
docs/package.json
Normal file
18
docs/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user