Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinSauce committed Jul 25, 2021
1 parent 78d8431 commit 9f4101b
Show file tree
Hide file tree
Showing 2 changed files with 1,178 additions and 58 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"name": "tailshake",
"version": "0.0.1",
"license": "MIT",
"repository": "https://github.com/GriffinSauce/tailshake.git",
"author": "Joris Griffioen (https://joris.rocks)",
"main": "dist/tailshake.cjs.js",
"module": "dist/tailshake.esm.js",
"types": "dist/tailshake.d.ts",
Expand All @@ -22,7 +24,8 @@
"test": "jest",
"test-watch": "jest --watch",
"test:coverage": "jest --coverage",
"ts-coverage": "typescript-coverage-report"
"ts-coverage": "typescript-coverage-report",
"release": "release-it"
},
"dependencies": {
"tailwindcss": "^2.2.7"
Expand All @@ -45,6 +48,7 @@
"estrella": "^1",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"release-it": "^14.10.1",
"typescript": "^4.1.3",
"typescript-coverage-report": "^0.6.0"
},
Expand Down
Loading

0 comments on commit 9f4101b

Please sign in to comment.