Skip to content

Commit

Permalink
v0.1.3-danger-1599722284
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Sep 10, 2020
1 parent 4f9c102 commit 9e19f52
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.3-danger-1599721110",
"version": "0.1.3-danger-1599722284",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -12,11 +12,9 @@
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build"
"build": "tsc",
"test": "jest",
"prepare": "yarn build"
},
"peerDependencies": {
"next": "^9.5.1",
Expand All @@ -43,10 +41,12 @@
"babel-plugin-tester": "^9.2.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.2.5",
"jest": "^26.4.2",
"next": "^9.5.1",
"prettier": "^2.0.5",
"react": "^16.13.1",
"superjson": "^1.1.0",
"ts-jest": "^26.3.0",
"tsdx": "^0.13.2",
"tslib": "^2.0.0",
"typescript": "^3.9.7"
Expand Down

0 comments on commit 9e19f52

Please sign in to comment.