Skip to content

Commit

Permalink
Adds babel transformation needed for node osrm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-j-h authored and Moritz Kobitzsch committed Aug 3, 2017
1 parent df2d4da commit 6426592
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 37 deletions.
1 change: 1 addition & 0 deletions .babelrc
@@ -1,4 +1,5 @@
{
"plugins": ["transform-class-properties"],
"presets": [
"stage-0",
"es2015",
Expand Down
49 changes: 12 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -4,6 +4,7 @@
"private": false,
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
"dependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"nan": "^2.6.2",
"node-cmake": "^2.3.2",
"node-pre-gyp": "^0.6.36"
Expand Down

0 comments on commit 6426592

Please sign in to comment.