Skip to content

Commit

Permalink
fix: malicious version of dependency (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackswanny authored Nov 27, 2018
1 parent fdce1f1 commit f0a30d5
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 646 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"localtunnel": "^1.9.1",
"markdownlint-cli": "^0.13.0",
"nightwatch": "^0.9.21",
"nightwatch-accessibility": "^1.6.0",
"nightwatch-accessibility": "^1.7.1",
"prettier": "^1.14.3",
"pretty-quick": "^1.4.1",
"react": "^16.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/tag/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const selectors = {
tags: 'span',
};

describe.only('The Tag component', () => {
describe('The Tag component', () => {
after((browser, done) => {
browser.end(() => done());
});
Expand Down
Loading

0 comments on commit f0a30d5

Please sign in to comment.