Skip to content

Commit

Permalink
refactor: update deps and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Aug 1, 2024
1 parent 183d15e commit 61556dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ node_modules/
# main used for test
main.ts

# Ignore other files
*.tgz

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@expressots/boost-ts",
"version": "1.0.0",
"version": "1.2.0",
"description": "Expressots: Boost is a collection of libraries for the TypeScript programming language designed to enhance its capabilities across various domains. (@boost-ts)",
"types": "./dist/index.d.ts",
"license": "MIT",
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/expressots/boost-ts.git"
"url": "git+https://github.com/expressots/boost-ts.git"
},
"publishConfig": {
"access": "public"
Expand All @@ -20,6 +20,7 @@
"start": "tsnd --respawn --transpile-only --ignore-watch node_modules src/main.ts",
"build": "rimraf dist && tsc -p tsconfig.json",
"build:prod": "npm run build && node dist/main.js",
"prepublish": "npm run build && npm pack",
"test": "jest"
},
"devDependencies": {
Expand All @@ -31,6 +32,6 @@
"typescript": "5.0.2"
},
"dependencies": {
"rimraf": "^6.0.1"
"rimraf": "6.0.1"
}
}

0 comments on commit 61556dc

Please sign in to comment.