Skip to content

Commit 4678894

Browse files
prepare version 1.0.0
1 parent 95c415a commit 4678894

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "visyn_scripts",
33
"description": "",
4-
"version": "0.0.1-SNAPSHOT",
4+
"version": "1.0.0",
55
"author": {
66
"name": "datavisyn GmbH",
77
"email": "[email protected]",
@@ -21,8 +21,8 @@
2121
"config"
2222
],
2323
"bin": {
24-
"visyn_scripts": "./bin/visyn_scripts.js",
25-
"visyn": "./bin/visyn_scripts.js"
24+
"visyn": "./bin/visyn_scripts.js",
25+
"visyn_scripts": "./bin/visyn_scripts.js"
2626
},
2727
"scripts": {
2828
"lint": "eslint bin/**/*.js config/**/*.js tests/**/*.js",

0 commit comments

Comments
 (0)