Glench / fuzzyset.js

fuzzyset.js - A fuzzy string set for javascript
http://glench.github.io/fuzzyset.js/
Other
1.37k stars 105 forks source link

MathJax-master folder appears when install by npm #31

Closed dashbar closed 6 years ago

dashbar commented 6 years ago

After I installed by npm, there is an extra folder called MathJax-master under fuzzyset.js.

GUMI-235:fuzzyset.js barbayardashzeveg$ ls -l
total 40
drwxr-xr-x  19 barbayardashzeveg  staff   608 Aug  8 16:35 MathJax-master
-rwxr-xr-x   1 barbayardashzeveg  staff  4641 Jul 12 21:16 README.rst
-rw-r--r--   1 barbayardashzeveg  staff    47 Dec 27  2012 index.js
drwxr-xr-x   3 barbayardashzeveg  staff    96 Aug  8 16:35 lib
-rw-r--r--   1 barbayardashzeveg  staff  1432 Aug  8 16:35 package.json
-rw-r--r--   1 barbayardashzeveg  staff   750 Jul 10  2013 test.html

Dependency

  "dependencies": {
    "ascii-table": "0.0.9",
    "fuzzyset.js": "0.0.6"
  }
dashbar commented 6 years ago

Seems you need to update below file excluding MathJax-master https://registry.npmjs.org/fuzzyset.js/-/fuzzyset.js-0.0.6.tgz

Glench commented 6 years ago

A mistake with npm publish. Thanks for the heads-up! I bumped the version and it should be fixed.