Skip to content

Commit

Permalink
update harold-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Apr 28, 2021
1 parent 480066a commit 930bde4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/packagejson.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"start": "harold-scripts start"
},
"devDependencies": {
"harold-scripts": "^0.1.0"
"harold-scripts": "^0.2.0"
}
}
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.

11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-harold-app",
"version": "0.1.0",
"version": "0.2.0",
"description": "Static blog/site generator",
"author": "Julian Ćwirko (julian.io)",
"license": "MIT",
Expand All @@ -10,6 +10,15 @@
"bin": {
"create-harold-app": "./bin/create-harold-app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/juliancwirko/create-harold-app"
},
"keywords": [
"blogging",
"static-site-generator",
"javascript"
],
"scripts": {
"lint": "eslint -c .eslintrc . --fix",
"prettier": "prettier --write '**/*.{js,json}'"
Expand Down

0 comments on commit 930bde4

Please sign in to comment.