Skip to content

Commit

Permalink
Add version number to package.json and remove bundle scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
b3hr4d committed Feb 24, 2024
1 parent c744fa2 commit 1219c00
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 223 deletions.
3 changes: 2 additions & 1 deletion examples/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "javacript",
"version": "1.0.0",
"scripts": {
"start": "webpack serve --mode development --open",
"build": "webpack --mode production"
Expand All @@ -13,4 +14,4 @@
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^4.0.0"
}
}
}
219 changes: 0 additions & 219 deletions examples/react-html/index.html

This file was deleted.

3 changes: 0 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
"test": "npx jest",
"start": "tsc watch",
"build": "npx tsc",
"bundle": "npm run bundle:dev && npm run bundle:prod",
"bundle:dev": "npx webpack --mode development",
"bundle:prod": "npx webpack --mode production",
"clean": "npx rimraf dist && npx rimraf umd"
},
"engines": {
Expand Down

0 comments on commit 1219c00

Please sign in to comment.