Skip to content

Commit

Permalink
chore: Bump package version to 1.0.3 and remove unused bin script
Browse files Browse the repository at this point in the history
  • Loading branch information
Digital39999 committed Aug 13, 2024
1 parent 979fcbb commit 049e268
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"version": "1.0.2",
"version": "1.0.3",
"name": "analytics-engine-js",
"author": "Digital39999",
"scripts": {
"lint": "eslint src --fix --ext .ts",
"build": "tsc --build",
"watch": "tsc --watch"
},
"bin": "./dist/setup.js",
"repository": "https://github.com/Digital39999/analytics-engine",
"main": "dist/index.js",
"type": "commonjs",
Expand Down

0 comments on commit 049e268

Please sign in to comment.