Skip to content

Commit 359e8d9

Browse files
committed
Update package.json
1 parent 3653f3f commit 359e8d9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"build:browser": "npx babel lib/evee.js --out-file dist/browser/index.js --env-name=browser",
1212
"test": "npx mocha test.js",
1313
"bench": "node benchmark.js",
14-
"test-dev": "npm run-script build && npm run-script test",
15-
"bench-dev": "npm run-script build && npm run-script bench",
16-
"prepublish": "npm run-script build"
14+
"test-dev": "npm run build && npm run test",
15+
"bench-dev": "npm run build && npm run bench",
16+
"prepublish": "npm run build"
1717
},
1818
"exports": {
1919
"import": "./dist/esm/index.js",
@@ -22,8 +22,8 @@
2222
"files": [
2323
"lib",
2424
"dist",
25-
"index.js",
26-
"examples/tonic.js"
25+
"README.md",
26+
"LICENSE.md"
2727
],
2828
"repository": {
2929
"type": "git",
@@ -36,12 +36,12 @@
3636
"subscribe",
3737
"async"
3838
],
39-
"author": "SplittyDev",
39+
"author": "Marco Quinten <[email protected]>",
4040
"license": "MIT",
4141
"bugs": {
4242
"url": "https://github.com/SplittyDev/evee.js/issues"
4343
},
44-
"homepage": "https://github.com/SplittyDev/evee.js#readme",
44+
"homepage": "https://github.com/SplittyDev/evee.js",
4545
"devDependencies": {
4646
"@babel/cli": "^7.24.6",
4747
"@babel/core": "^7.24.6",

0 commit comments

Comments
 (0)