We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac7749 commit fbbc4faCopy full SHA for fbbc4fa
package.json
@@ -1,5 +1,4 @@
1
{
2
- "private": true,
3
"webpackConfigJaid": "universalLib",
4
"version": "1.3.5",
5
"author": "Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)",
@@ -32,5 +31,6 @@
32
31
"test:coverage": "npm run test:dev -- --coverage --json --outputFile=dist/jest/stats.json",
33
"test:dev": "NODE_ENV=test jest --runInBand",
34
"test:debug": "DEBUG=\"$DEBUG,$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand"
35
- }
36
-}
+ },
+ "name": "array-to-object-keys"
+}
0 commit comments