Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Aug 24, 2014
1 parent 1818bc7 commit 201b9a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 21 deletions.
2 changes: 1 addition & 1 deletion LICENSE-MIT.txt
@@ -1,4 +1,4 @@
Copyright Mathias Bynens <http://mathiasbynens.be/>
Copyright Mathias Bynens <https://mathiasbynens.be/>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -124,7 +124,7 @@ To generate the code coverage report, use `grunt cover`.

| [![twitter/mathias](https://gravatar.com/avatar/24e08a9ea84deb17ae121074d0f17125?s=70)](https://twitter.com/mathias "Follow @mathias on Twitter") |
|---|
| [Mathias Bynens](http://mathiasbynens.be/) |
| [Mathias Bynens](https://mathiasbynens.be/) |

## License

Expand Down
28 changes: 9 additions & 19 deletions package.json
Expand Up @@ -25,43 +25,33 @@
"iso_8859-7:1987",
"sun_eu_greek"
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"license": "MIT",
"author": {
"name": "Mathias Bynens",
"url": "http://mathiasbynens.be/"
"url": "https://mathiasbynens.be/"
},
"repository": {
"type": "git",
"url": "https://github.com/mathiasbynens/iso-8859-7.git"
},
"bugs": {
"url": "https://github.com/mathiasbynens/iso-8859-7/issues"
},
"bugs": "https://github.com/mathiasbynens/iso-8859-7/issues",
"files": [
"LICENSE-MIT.txt",
"iso-8859-7.js"
],
"directories": {
"test": "tests"
},
"scripts": {
"test": "node tests/tests.js"
},
"devDependencies": {
"coveralls": "^2.10.0",
"coveralls": "^2.11.1",
"grunt": "^0.4.5",
"grunt-shell": "^0.7.0",
"grunt-shell": "^1.0.1",
"grunt-template": "^0.2.3",
"istanbul": "^0.2.10",
"jsesc": "^0.4.3",
"istanbul": "^0.3.0",
"jsesc": "^0.5.0",
"qunit-extras": "^1.2.0",
"qunitjs": "~1.11.0",
"requirejs": "^2.1.11",
"string.fromcodepoint": "^0.2.0"
"requirejs": "^2.1.14",
"string.fromcodepoint": "^0.2.1"
}
}

0 comments on commit 201b9a6

Please sign in to comment.