Skip to content

Commit

Permalink
Upgrade deps and bump to 2.0.1
Browse files Browse the repository at this point in the history
bjornharrtell committed Sep 15, 2018
1 parent fe4e335 commit 6ce70e6
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsts",
"description": "A JavaScript library of spatial predicates and functions for processing geometry",
"version": "2.0.0",
"version": "2.0.1",
"author": "Björn Harrtell <bjorn@wololo.org>",
"keywords": [
"JSTS",
@@ -14,7 +14,7 @@
"license": "(EDL-1.0 OR EPL-1.0)",
"devDependencies": {
"0x": "4.3.0",
"@babel/core": "7.0.0",
"@babel/core": "7.0.1",
"@babel/preset-env": "7.0.0",
"chai": "4.1.2",
"cheerio": "0.22.0",
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -45,9 +45,9 @@
dependencies:
"@babel/highlight" "^7.0.0"

"@babel/core@7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0.tgz#0cb0c0fd2e78a0a2bec97698f549ae9ce0b99515"
"@babel/core@7.0.1":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.1.tgz#406658caed0e9686fa4feb5c2f3cefb6161c0f41"
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/generator" "^7.0.0"

0 comments on commit 6ce70e6

Please sign in to comment.