Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into drag-drop-map
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbllmnn committed Mar 26, 2018
2 parents abac3d6 + 8ba5bd3 commit 0c2d5a8
Show file tree
Hide file tree
Showing 40 changed files with 1,434 additions and 19,524 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"ClassDeclaration": true,
"ArrowFunctionExpression": true
}
}]
}],
"space-infix-ops": ["error", {"int32Hint": false}]
}
}
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
language: node_js
node_js:
- "8"
before_install:
- npm install -g greenkeeper-lockfile@1
before_script:
- npm install --no-save ol@~4 react@~16
- greenkeeper-lockfile-update
script:
- npm run build
after_script:
- greenkeeper-lockfile-upload
after_success:
- npm run-script coveralls
- "./.ci/update-gh-pages.sh > /dev/null 2>&1"
Expand Down
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"internalConsoleOptions": "neverOpen"
}
]
}
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ You can find a complete [Feature List](https://github.com/terrestris/react-geo/w

Visit https://terrestris.github.io/react-geo/

## Workshop

Visit https://terrestris.github.io/react-geo-ws

## Installation

npm i @terrestris/react-geo
Expand Down
Loading

0 comments on commit 0c2d5a8

Please sign in to comment.