Skip to content

Commit

Permalink
chore: bump 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
orzyyyy committed Apr 29, 2019
1 parent d34e001 commit 71717f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nino-cli",
"version": "0.7.3",
"version": "0.7.4",
"description": "A cli for Nino, just some simple conifg of webpack",
"main": "./bin/nino.js",
"bin": {
Expand Down
3 changes: 0 additions & 3 deletions src/jest/jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ module.exports = {
// =>
// import fnsFormat from 'date-fns/format';
'node_modules/[^/]+?/(?!(es|node_modules)/)',
// https://github.com/babel/babel/issues/8731#issuecomment-423845498
'node_modules/(^generic-)/i',
'node_modules/code-js',
],
snapshotSerializers: ['enzyme-to-json/serializer'],
testURL: 'http://localhost',
Expand Down

0 comments on commit 71717f0

Please sign in to comment.