Skip to content

Commit

Permalink
upgrade deps; bump version; remove lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 committed Oct 14, 2019
1 parent a1a669f commit adf6398
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3,322 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ typings/
.next

lib/

yarn.lock
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "geo-position.ts",
"version": "1.3.3",
"version": "1.3.4",
"description": "Library for working with GeoPosition fot TypeScript",
"main": "./lib/index.js",
"repository": "https://github.com/0xF6/geo-position.ts.git",
"author": "Yuuki Wesp <[email protected]>",
"license": "MIT",
"private": false,
"devDependencies": {
"@types/node": "^10.3.5",
"ava": "^1.0.0-beta.6",
"nyc": "^12.0.2",
"@types/node": "^12.7.12",
"ava": "^2.4.0",
"nyc": "^14.1.1",
"tap-nyan": "^1.1.0",
"ts-node": "^7.0.0",
"typescript": "^2.9.2"
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
},
"scripts": {
"build": "tsc",
"test": "ava test/**/*.test.ts --verbose",
"test-nya": "ava test/**/*.test.ts --tap | tap-nyan",
"test": "ava --verbose",
"test-nya": "ava --tap | tap-nyan",
"report-test": "yarn nyc --reporter=lcov --reporter=text-lcov ava test/**/*.test.ts"
},
"keywords": [
Expand Down
Loading

0 comments on commit adf6398

Please sign in to comment.