Skip to content

Commit

Permalink
chore(dependencies): upgraded some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Dec 4, 2015
1 parent db3cea3 commit e4ef03e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>lazy-ass</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.3.1/es5-shim.js"></script>
<script src="index.js"></script>
<style>
#log {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -48,23 +48,23 @@
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-uglify": "0.11.0",
"grunt-contrib-watch": "0.6.1",
"grunt-deps-ok": "0.8.0",
"grunt-deps-ok": "0.9.0",
"grunt-gh-pages": "1.0.0",
"grunt-karma": "0.10.1",
"grunt-mocha-test": "0.12.7",
"grunt-nice-package": "0.9.6",
"grunt-nice-package": "0.10.1",
"grunt-npm2bower-sync": "0.9.1",
"jshint-stylish": "2.1.0",
"karma": "0.12.32",
"karma-chrome-launcher": "0.2.1",
"karma-chrome-launcher": "0.2.2",
"karma-coverage": "0.5.3",
"karma-mocha": "0.2.1",
"karma-phantomjs-launcher": "0.2.1",
"matchdep": "1.0.0",
"mocha": "2.3.4",
"pkgfiles": "2.3.0",
"pre-git": "1.4.0",
"semantic-release": "4.3.5",
"semantic-release": "6.0.3",
"time-grunt": "1.2.2"
},
"engines": {
Expand Down Expand Up @@ -106,4 +106,4 @@
"watch": "grunt watch",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
}
}
}

0 comments on commit e4ef03e

Please sign in to comment.