Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NJKode committed Nov 23, 2020
1 parent da80382 commit b0f2fd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "cloudcannon-hugo",
"version": "0.1.5",
"version": "0.2.0",
"description": "Generates the files necessary for a hugo site to integrate with CloudCannon CMS",
"main": "index.js",
"scripts": {
"lint-code": "eslint index.js",
"lint": "npm run lint-autofix && npm run lint-code",
"start": "hugo config | node index.js",
"test": "nyc mocha --recursive",
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
"test": "nyc mocha --recursive",
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
},
"bin": {
"cloudcannon-hugo": "./index.js"
Expand Down

0 comments on commit b0f2fd7

Please sign in to comment.