Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechpavlu committed Mar 17, 2024
1 parent 7b32ffc commit 917322c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@falbricate/base",
"version": "0.0.5",
"version": "1.0.1",
"description": "Base for falbricate",
"keywords": [
"mocking"
Expand All @@ -16,12 +16,11 @@
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
"compile": "tsc",
"clear": "rimraf ./dist",
"cleanup": "npm run clear && npm run format",
"clear": "rimraf ./dist",
"compile": "tsc",
"dev": "ts-node src/index.ts",
"format": "prettier . --write",
"publish": "npm run test:unit && npm run clear && npm run build && npm publish --access public",
"test:unit": "jest"
},
"devDependencies": {
Expand Down

0 comments on commit 917322c

Please sign in to comment.