hugo-bin update, added babel-core to deps (#51)

* hugo-bin update to version 0.16.0

* Added missing babel-core to dependencies
This commit is contained in:
HerrH 2018-01-16 19:40:00 +01:00 committed by Shawn Erquhart
parent bacb3bea8c
commit 271e2b0c7c
3 changed files with 7597 additions and 803 deletions

1390
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,6 +14,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^7.0.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
@ -33,7 +34,7 @@
"gulp-postcss": "^6.1.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.11",
"hugo-bin": "^0.13.0",
"hugo-bin": "^0.16.0",
"imports-loader": "^0.7.1",
"postcss-cssnext": "^2.7.0",
"postcss-import": "^10.0.0",

7007
yarn.lock Normal file

File diff suppressed because it is too large Load Diff