ani-cli-npm 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ani-cli-npm",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "ani-cli tool rewritten as npm package",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -25,7 +25,7 @@
25
25
  "author": "bumpkin-pi",
26
26
  "license": "ISC",
27
27
  "bin": {
28
- "multiply": "bin/index.js.old"
28
+ "multiply": "bin/index.js"
29
29
  },
30
30
  "dependencies": {
31
31
  "@types/node-fetch": "^2.6.2",