Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vutran committed Mar 7, 2018
1 parent 2ac6cec commit 8a41a6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vzl",
"productName": "Vzl",
"version": "0.0.0",
"version": "1.0.0",
"description": "Minimal Visualization Editor",
"main": "app/main/index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,10 @@
"viz.js": "^1.8.0"
},
"lint-staged": {
"*.{js,json,css,md}": ["prettier --write", "git add"]
"*.{js,json,css,md}": [
"prettier --write",
"git add"
]
},
"build": {
"appId": "com.vutran.vzl"
Expand Down

0 comments on commit 8a41a6b

Please sign in to comment.