lukeed / dset

A tiny (194B) utility for safely writing deep Object values~!
MIT License
754 stars 22 forks source link

npm package not in registry #2

Closed selfagency closed 6 years ago

selfagency commented 6 years ago
❯ yarn add deepset                                                                                                             2s 815ms
yarn add v1.3.2
warning ../../package.json: No license field
[1/4] 🔍  Resolving packages...
error Couldn't find package "deepset" on the "npm" registry.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

❯ npm search deepset                                                                                                            3s 37ms
NAME                      | DESCRIPTION          | AUTHOR          | DATE       | VERSION  | KEYWORDS
compute-erf               | Error function.      | =kgryte…        | 2015-08-01 | 3.0.3    | compute.io compute computation erf error f
compute-signum            | Signum function.     | =kgryte…        | 2015-06-20 | 2.0.0    | compute.io compute computation sign signum
compute-erfinv            | Inverse error…       | =kgryte…        | 2016-01-30 | 3.0.1    | compute.io compute computation statistics
compute-sqrt              | Computes an…         | =kgryte         | 2015-07-22 | 3.0.1    | compute.io compute computation mathematics
vue-deepset               | Deep set Vue.js…     | =vbranden       | 2018-01-28 | 0.6.3    | vue vue.js reactive deep set vuex model v-
compute-erfc              | Complementary error… | =kgryte…        | 2015-07-22 | 3.0.1    | compute.io compute computation statistics
compute-abs               | Computes an…         | =kgryte…        | 2015-07-16 | 3.0.0    | compute.io compute computation mathematics
compute-erfcinv           | Inverse…             | =kgryte…        | 2016-01-30 | 3.0.1    | compute.io compute computation erf error f
lukeed commented 6 years ago

Yes 😢 See here

I'm waiting for a response to my NPM ticket before finding a new name or publishing as a scoped package.

In the meantime you can (just as easily) do this:

$ yarn add lukeed/deepset
#=> pulls from github directly
selfagency commented 6 years ago

thanks

lukeed commented 6 years ago

Now published as dset~!