Merge pull request #41 from atomtigerzoo/hugobin-update
Hugobin update & repository field
This commit is contained in:
commit
f61068eb22
File diff suppressed because it is too large
Load Diff
|
@ -2,6 +2,7 @@
|
||||||
"name": "victor-hugo",
|
"name": "victor-hugo",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Victor Hugo is a Hugo boilerplate for creating truly epic websites!",
|
"description": "Victor Hugo is a Hugo boilerplate for creating truly epic websites!",
|
||||||
|
"repository": "netlify/victor-hugo",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"hugo": "gulp hugo",
|
"hugo": "gulp hugo",
|
||||||
|
@ -31,7 +32,7 @@
|
||||||
"gulp-babel": "^6.1.2",
|
"gulp-babel": "^6.1.2",
|
||||||
"gulp-postcss": "^6.1.1",
|
"gulp-postcss": "^6.1.1",
|
||||||
"gulp-util": "^3.0.7",
|
"gulp-util": "^3.0.7",
|
||||||
"hugo-bin": "^0.12.0",
|
"hugo-bin": "^0.13.0",
|
||||||
"imports-loader": "^0.7.1",
|
"imports-loader": "^0.7.1",
|
||||||
"postcss-cssnext": "^2.7.0",
|
"postcss-cssnext": "^2.7.0",
|
||||||
"postcss-import": "^10.0.0",
|
"postcss-import": "^10.0.0",
|
||||||
|
|
Reference in New Issue