We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c415a commit 4678894Copy full SHA for 4678894
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "visyn_scripts",
3
"description": "",
4
- "version": "0.0.1-SNAPSHOT",
+ "version": "1.0.0",
5
"author": {
6
"name": "datavisyn GmbH",
7
"email": "[email protected]",
@@ -21,8 +21,8 @@
21
"config"
22
],
23
"bin": {
24
- "visyn_scripts": "./bin/visyn_scripts.js",
25
- "visyn": "./bin/visyn_scripts.js"
+ "visyn": "./bin/visyn_scripts.js",
+ "visyn_scripts": "./bin/visyn_scripts.js"
26
},
27
"scripts": {
28
"lint": "eslint bin/**/*.js config/**/*.js tests/**/*.js",
0 commit comments