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 4afdb30 commit 8be005e
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": "nodeLib",
"version": "2.2.2",
"author": "Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)",
Expand All @@ -26,5 +25,6 @@
"test:coverage": "npm run test:dev -- --coverage --json --outputFile=dist/jest/stats.json",
"test:dev": "npm run build:dev && NODE_ENV=test MAIN=$(npx find-by-extension-cli js --fullPath --cwd dist/package/development) jest --runInBand",
"test:debug": "DEBUG=\"$DEBUG,$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand"
}
}
},
"name": "browserslist-config-jaid-node"
}

0 comments on commit 8be005e

Please sign in to comment.