diff --git a/package.json b/package.json index 8334ffa..9693303 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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",