Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 committed Jun 8, 2021
1 parent 321b75e commit 7afbe04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geo-position.ts",
"version": "1.3.4",
"version": "1.4.0",
"description": "Library for working with GeoPosition fot TypeScript",
"main": "./lib/index.js",
"repository": "https://github.com/0xF6/geo-position.ts.git",
Expand All @@ -10,10 +10,10 @@
"devDependencies": {
"@types/node": "^12.7.12",
"ava": "^2.4.0",
"nyc": "^14.1.1",
"nyc": "^15.1.0",
"tap-nyan": "^1.1.0",
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 7afbe04

Please sign in to comment.