Skip to content

Commit

Permalink
Merge pull request #102 from astorije/astorije/bump-fulky
Browse files Browse the repository at this point in the history
Bump fulky and use a fix version
  • Loading branch information
astorije authored Nov 25, 2017
2 parents bc77359 + 7a137bd commit 6f6c3d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"lint": "eslint --ignore-path .gitignore . --report-unused-disable-directives",
"test": "npm run test-mocha; npm run test-readme; npm run lint",
"test-readme": "mocha --compilers md:fulky/mocha-md-compiler README.md",
"test-readme": "mocha --compilers md:fulky/md-compiler README.md",
"test-mocha": "nyc mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
Expand Down Expand Up @@ -48,7 +48,7 @@
"eslint-plugin-chai-expect": "1.1.1",
"eslint-plugin-chai-friendly": "0.4.0",
"eslint-plugin-mocha": "4.11.0",
"fulky": "^0.1.0",
"fulky": "0.2.0",
"immutable": "3.8.2",
"mocha": "4.0.1",
"nyc": "11.3.0"
Expand Down

0 comments on commit 6f6c3d9

Please sign in to comment.