Skip to content

Commit

Permalink
fix: nightingale-browser-console-formatter@^1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Mar 10, 2018
1 parent e0c9b58 commit 846e850
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/nightingale-browser-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@
"scripts": {
"build": "pob-build",
"clean": "rm -Rf docs dist test/node6 coverage",
"lint": "eslint --ext .js,.jsx --fix src/",
"lint": "eslint --ext .js,.jsx src/",
"prepare": "ln -s ../../git-hooks/pre-commit .git/hooks/pre-commit 2>/dev/null || true ; ln -s ../../git-hooks/post-checkout .git/hooks/post-checkout 2>/dev/null || true ; ln -s ../../git-hooks/post-merge .git/hooks/post-merge 2>/dev/null || true ; ln -s ../../git-hooks/prepare-commit-msg .git/hooks/prepare-commit-msg 2>/dev/null || true",
"prepublish": "ln -s ../../git-hooks/pre-commit .git/hooks/pre-commit 2>/dev/null || true ; ln -s ../../git-hooks/post-checkout .git/hooks/post-checkout 2>/dev/null || true ; ln -s ../../git-hooks/post-merge .git/hooks/post-merge 2>/dev/null || true ; ln -s ../../git-hooks/prepare-commit-msg .git/hooks/prepare-commit-msg 2>/dev/null || true",
"preversion": "npm run lint && npm run build && pob-repository-check-clean",
"release": "pob-repository-check-clean && pob-release",
"version": "pob-version",
"watch": "pob-watch"
},
"dependencies": {
"nightingale-browser-console-formatter": "^1.3.1",
"nightingale-browser-console-formatter": "^1.3.2",
"nightingale-console-output": "^1.2.0",
"nightingale-debug": "^2.0.1"
},
Expand All @@ -40,7 +41,7 @@
"eslint-config-airbnb-base": "^9.0.0",
"eslint-config-pob": "^8.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-import": "^2.1.0",
"komet": "^0.1.3",
"komet-karma": "^0.2.3",
"pob-babel": "^12.5.5",
Expand Down

0 comments on commit 846e850

Please sign in to comment.