@teselagen/range-utils 0.3.18 → 0.3.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,16 +69,6 @@ Tests will automatically be run pre-commit.
|
|
|
69
69
|
|
|
70
70
|
## Updating this repo:
|
|
71
71
|
|
|
72
|
-
### Teselagen collaborators:
|
|
73
|
-
|
|
74
|
-
Commit and push all changes
|
|
75
|
-
Sign into npm using the teselagen npm account (npm whoami)
|
|
76
|
-
|
|
77
|
-
```
|
|
78
|
-
npm version patch|minor|major
|
|
79
|
-
npm publish
|
|
80
|
-
```
|
|
81
|
-
|
|
82
72
|
### Outside collaborators:
|
|
83
73
|
|
|
84
74
|
fork and pull request please :)
|