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

Commit 493dba2

Browse files
committed
v1.0.0
1 parent 7fbadf1 commit 493dba2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-get",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Alternative to lodash.get that makes it typed and cool as if optional chaining proposal is there",
55
"main": "lib/index.node.js",
66
"module": "lib/index.js",
@@ -18,8 +18,6 @@
1818
"release": "np"
1919
},
2020
"devDependencies": {
21-
"codecov": "^3.2.0",
22-
"np": "^4.0.2",
2321
"@babel/cli": "^7.2.3",
2422
"@babel/core": "^7.3.4",
2523
"@babel/plugin-syntax-typescript": "^7.3.3",
@@ -28,8 +26,10 @@
2826
"@babel/runtime": "^7.3.4",
2927
"@types/jest": "^24.0.11",
3028
"@types/lodash": "^4.14.123",
29+
"codecov": "^3.2.0",
3130
"jest": "^24.5.0",
3231
"lodash": "^4.17.11",
32+
"np": "^4.0.2",
3333
"prettier": "^1.16.4",
3434
"rimraf": "^2.6.3",
3535
"ts-jest": "^24.0.0",

0 commit comments

Comments
 (0)