Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RIP21 committed Mar 12, 2019
1 parent 7fbadf1 commit 493dba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-get",
"version": "0.0.1",
"version": "1.0.0",
"description": "Alternative to lodash.get that makes it typed and cool as if optional chaining proposal is there",
"main": "lib/index.node.js",
"module": "lib/index.js",
Expand All @@ -18,8 +18,6 @@
"release": "np"
},
"devDependencies": {
"codecov": "^3.2.0",
"np": "^4.0.2",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-syntax-typescript": "^7.3.3",
Expand All @@ -28,8 +26,10 @@
"@babel/runtime": "^7.3.4",
"@types/jest": "^24.0.11",
"@types/lodash": "^4.14.123",
"codecov": "^3.2.0",
"jest": "^24.5.0",
"lodash": "^4.17.11",
"np": "^4.0.2",
"prettier": "^1.16.4",
"rimraf": "^2.6.3",
"ts-jest": "^24.0.0",
Expand Down

0 comments on commit 493dba2

Please sign in to comment.