Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannmoinet committed Aug 23, 2016
1 parent ba9c5ae commit 73bcda9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prebuild": "npm run formatAndLint",
"pretest": "npm run build",
"test": "casperjs test ./test/nipplejs.casper.js",
"format": "jscs ./src/start.js ./src/utils.js ./src/super.js ./src/manager.js ./src/nipple.js ./src/end.js ./test/nipplejs.casper.js",
"format": "jscs ./src/start.js ./src/utils.js ./src/super.js ./src/manager.js ./src/nipple.js ./test/nipplejs.casper.js",
"lint": "eslint ./src/start.js ./src/utils.js ./src/super.js ./src/manager.js ./src/nipple.js ./src/end.js ./test/nipplejs.casper.js",
"umd": "umd nipplejs ./nipplejs.temp.js ./dist/nipplejs.js",
"changelog": "node ./bin/changelog.js",
Expand All @@ -38,18 +38,18 @@
},
"dependencies": {},
"devDependencies": {
"casperjs": "yoannmoinet/casperjs#a45c64d",
"concat-cli": "yoannmoinet/concat-cli",
"conventional-changelog": "1.1.0",
"eslint": "^1.1.0",
"casperjs": "^1.1.3",
"concat-cli": "^4.0.0",
"conventional-changelog": "^1.1.0",
"eslint": "^3.1.0",
"expect.js": "^0.3.1",
"jscs": "^2.1.0",
"markdown-toc": "^0.12.12",
"mocha": "^2.2.5",
"node-static": "^0.7.7",
"phantomjs": "yoannmoinet/phantomjs#nick-2",
"uglify-js": "^2.4.24",
"jscs": "^3.0.7",
"markdown-toc": "^0.12.16",
"mocha": "^3.0.2",
"node-static": "^0.7.8",
"phantomjs-prebuilt": "^2.1.12",
"uglify-js": "^2.7.3",
"umd": "^3.0.1",
"watch": "^0.16.0"
"watch": "^0.19.2"
}
}

0 comments on commit 73bcda9

Please sign in to comment.