Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fboes committed Jan 14, 2017
1 parent 19f05d3 commit 2b2f9ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blogophon",
"version": "0.7.1",
"version": "1.0.0",
"description": "A small and simple Static Site Generator for blogs.",
"main": "./index.js",
"repository": {
Expand Down Expand Up @@ -122,7 +122,9 @@
],
"no-loop-func": 2,
"no-multi-str": 2,
"valid-jsdoc": [1]
"valid-jsdoc": [
1
]
},
"extends": [
"eslint:recommended"
Expand Down

0 comments on commit 2b2f9ca

Please sign in to comment.