Skip to content

Commit 8470eff

Browse files
committed
chore: cleanup
1 parent 32b1b7b commit 8470eff

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

package.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,7 @@
1111
},
1212
"description": "Shared TypeScript definitions for Starknet projects",
1313
"homepage": "https://github.com/starknet-io/types-js",
14-
"keywords": [
15-
"starknet",
16-
"starkware",
17-
"l2",
18-
"zk",
19-
"rollup",
20-
"wallet",
21-
"dapp"
22-
],
14+
"keywords": ["starknet", "starkware", "l2", "zk", "rollup", "wallet", "dapp"],
2315
"license": "MIT",
2416
"exports": {
2517
".": {
@@ -34,9 +26,7 @@
3426
"types": "./dist/types/index.d.ts",
3527
"typings": "./dist/types/index.d.ts",
3628
"sideEffects": false,
37-
"files": [
38-
"dist/**"
39-
],
29+
"files": ["dist/**"],
4030
"scripts": {
4131
"pretest": "npm run lint && npm run ts:check",
4232
"build": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:types",

0 commit comments

Comments
 (0)