Skip to content

Commit

Permalink
changed version and preppublish script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
coderosh committed Jul 16, 2020
1 parent 3a4a3d3 commit 75384d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ulka-parser

Ulka Parser is a templating engine for ulka static site generator (which is yet to come :|)
Ulka Parser is a templating engine for ulka static site generator (which will arrive soon)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ulka-parser",
"version": "0.1.0",
"version": "0.2.0",
"description": "Templating engine for ulka static site generator",
"main": "src/index.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"prettier": "prettier --write \"**/*.js\"",
"lint-staged": "lint-staged",
"example:parse": "node examples/parse",
"prepublish": "npm run eslint && npm test"
"prepublishOnly": "npm run eslint && npm test"
},
"bin": {
"ulka-parser": "bin/index.js"
Expand Down

0 comments on commit 75384d1

Please sign in to comment.