Skip to content

Commit

Permalink
manage: Added field name to package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <jaid.jsx@gmail.com>
  • Loading branch information
Jaid committed Nov 29, 2019
1 parent 7ac7749 commit fbbc4fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"private": true,
"webpackConfigJaid": "universalLib",
"version": "1.3.5",
"author": "Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)",
Expand Down Expand Up @@ -32,5 +31,6 @@
"test:coverage": "npm run test:dev -- --coverage --json --outputFile=dist/jest/stats.json",
"test:dev": "NODE_ENV=test jest --runInBand",
"test:debug": "DEBUG=\"$DEBUG,$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand"
}
}
},
"name": "array-to-object-keys"
}

0 comments on commit fbbc4fa

Please sign in to comment.