Skip to content

Commit

Permalink
fix(package): deps revision
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed May 17, 2020
1 parent 47c0e07 commit 261f03a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"jest": "jest -w 1 --config=jest.config.json",
"lint": "tslint -p tsconfig.test.json src/**/*.ts",
"lint:fix": "yarn lint --fix",
"test": "yarn lint && mkdir src/test/temp && yarn jest",
"test": "yarn lint && mkdir -p src/test/temp && yarn jest",
"clean": "rimraf target typings",
"build": "yarn clean && yarn build:es5 && yarn build:es6 && yarn build:ts && yarn libdef && yarn docs && yarn uglify",
"build:es5": "mkdir -p target/es5 && tsc -p tsconfig.es5.json",
Expand Down Expand Up @@ -62,11 +62,9 @@
"@types/meow": "^5.0.0",
"@types/read-pkg": "^5.1.0",
"dts-generator": "^3.0.0",
"find-git-root": "^1.0.4",
"replace-in-file": "^6.0.0",
"flowgen": "1.10.0",
"lodash": "^4.17.15",
"meow": "^6.1.1",
"read-pkg": "^5.2.0",
"tslib": "^1.11.1"
},
"devDependencies": {
Expand All @@ -85,7 +83,6 @@
"jest": "^26.0.1",
"lodash": "^4.17.15",
"microbundle": "^0.12.0-next.3",
"replace-in-file": "^6.0.0",
"rimraf": "^3.0.2",
"semantic-release": "^17.0.7",
"terser": "^4.6.13",
Expand Down

0 comments on commit 261f03a

Please sign in to comment.