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 294a8d1 commit 4312c09Copy full SHA for 4312c09
package.json
@@ -20,7 +20,10 @@
20
"bin",
21
"config"
22
],
23
- "bin": "./bin/visyn_scripts.js",
+ "bin": {
24
+ "visyn_scripts": "./bin/visyn_scripts.js",
25
+ "visyn": "./bin/visyn_scripts.js"
26
+ },
27
"scripts": {
28
"lint": "eslint bin/**/*.js config/**/*.js tests/**/*.js",
29
"lint:fix": "eslint --fix bin/**/*.js config/**/*.js tests/**/*.js",
0 commit comments