Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
PR-UR: #41
  • Loading branch information
tshemsedinov committed Dec 16, 2020
1 parent 91f2145 commit 3549388
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 73 deletions.
155 changes: 84 additions & 71 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tickplate",
"version": "0.0.8",
"version": "1.0.0",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Back-tick templates for JavaScript",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"readmeFilename": "README.md",
"scripts": {
"test": "npm run lint && node ./test.js",
"lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\" \".*rc\" \"**/*.yml\"",
"lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\" \".*rc\" \"**/*.yml\"",
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \".*rc\" \"**/*.yml\""
},
"devDependencies": {
Expand Down

0 comments on commit 3549388

Please sign in to comment.