Skip to content

Commit fbbc4fa

Browse files
committed
manage: Added field name to package.json
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent 7ac7749 commit fbbc4fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"private": true,
32
"webpackConfigJaid": "universalLib",
43
"version": "1.3.5",
54
"author": "Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)",
@@ -32,5 +31,6 @@
3231
"test:coverage": "npm run test:dev -- --coverage --json --outputFile=dist/jest/stats.json",
3332
"test:dev": "NODE_ENV=test jest --runInBand",
3433
"test:debug": "DEBUG=\"$DEBUG,$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand"
35-
}
36-
}
34+
},
35+
"name": "array-to-object-keys"
36+
}

0 commit comments

Comments
 (0)