Skip to content

Commit 19c5777

Browse files
Moritz Kobitzschdanpat
authored andcommitted
move babel to dev dependencies, update releasing docs to reflect scripts in package.json
1 parent 77141d1 commit 19c5777

File tree

3 files changed

+39
-14
lines changed

3 files changed

+39
-14
lines changed

docs/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ We may introduce forward-compatible changes: query parameters and response prope
4747
4. Make sure the `package.json` is up to date.
4848
5. Make sure all tests are passing (e.g. Travis CI gives you a :thumbs_up:)
4949
6. Use an annotated tag to mark the release: `git tag vx.y.z -a` Body of the tag description should be the changelog entries.
50-
7. Use `npm run build-api-docs` to generate the API documentation. Copy `build/docs/*` to `https://github.com/Project-OSRM/project-osrm.github.com` in the `docs/vN.N.N/api` directory
50+
7. Use `npm run docs` to generate the API documentation. Copy `build/docs/*` to `https://github.com/Project-OSRM/project-osrm.github.com` in the `docs/vN.N.N/api` directory
5151
8. Push tags and commits: `git push; git push --tags`
5252
9. If not a release-candidate: Write a mailing-list post to [email protected] to announce the release
5353
10. Wait until the travis build has been completed and check if the node binaries were published by doing:

package-lock.json

Lines changed: 37 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"private": false,
55
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
66
"dependencies": {
7-
"babel-plugin-transform-class-properties": "^6.24.1",
87
"nan": "^2.6.2",
98
"node-cmake": "^2.3.2",
109
"node-pre-gyp": "^0.6.36"
@@ -38,6 +37,7 @@
3837
},
3938
"devDependencies": {
4039
"aws-sdk": "~2.0.31",
40+
"babel-plugin-transform-class-properties": "^6.24.1",
4141
"chalk": "^1.1.3",
4242
"cucumber": "^1.2.1",
4343
"d3-queue": "^2.0.3",

0 commit comments

Comments
 (0)