We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023f43e commit ddc8e83Copy full SHA for ddc8e83
2 files changed
README.md
@@ -64,6 +64,12 @@ If you see `undefined symbols` errors force the stdlib to use the old ABI by set
64
65
and re-build the project.
66
67
+### Publishing Releases
68
+
69
+- Push commit with `[publish binary]`
70
+- Wait for Travis to build and publish binaries
71
+- Then `npm login`, `npm publish`
72
73
### References
74
75
Routing Interfaces
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node_or_tools",
3
- "version": "0.0.1",
+ "version": "1.0.0",
4
"description": "Native module for the or-tools TSP / VRP solvers",
5
"url": "https://github.com/mapbox/node-or-tools",
6
"repository": {
0 commit comments