Skip to content

Commit

Permalink
feat: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Sep 11, 2020
1 parent c4fcc80 commit 3fb8530
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"tdd": "nodemon --watch src --exec \"npm test\"",
"test": "tape -r @babel/register src/*.test.js src/**/*.test.js | tap-nirvana",
"test:ci": "tape dist/*.test.js dist/**/*.test.js | tap-nirvana",
"test-ui": "tape-ui -r @babel/register src/*.test.js src/**/*.test.js",
"test-ui": "tape-ui -r @babel/register 'src/**/*.test.js' 'src/**/*.test.jsx'",
"lint": "npm run lint:js && npm run lint:md",
"lint:js": "eslint --fix src",
"lint:md": "markdownlint *.md",
Expand Down

0 comments on commit 3fb8530

Please sign in to comment.