Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Sep 2, 2014
1 parent 66444a5 commit d270a4f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 25 deletions.
2 changes: 1 addition & 1 deletion LICENSE-MIT.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ 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

_iso-8859-2_ is available under the [MIT](http://mths.be/mit) license.
_iso-8859-2_ is available under the [MIT](https://mths.be/mit) license.
2 changes: 1 addition & 1 deletion iso-8859-2.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! http://mths.be/iso-8859-2 v0.1.2 by @mathias | MIT license */
/*! https://mths.be/iso-8859-2 v0.1.2 by @mathias | MIT license */
;(function(root) {

// Detect free variables `exports`.
Expand Down
30 changes: 10 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iso-8859-2",
"version": "0.1.2",
"description": "A robust iso-8859-2 encoder/decoder written in JavaScript.",
"homepage": "http://mths.be/iso-8859-2",
"homepage": "https://mths.be/iso-8859-2",
"main": "iso-8859-2.js",
"keywords": [
"codec",
Expand All @@ -22,43 +22,33 @@
"l2",
"latin2"
],
"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-2.git"
},
"bugs": {
"url": "https://github.com/mathiasbynens/iso-8859-2/issues"
},
"bugs": "https://github.com/mathiasbynens/iso-8859-2/issues",
"files": [
"LICENSE-MIT.txt",
"iso-8859-2.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.1.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"
}
}
2 changes: 1 addition & 1 deletion src/iso-8859-2.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! http://mths.be/iso-8859-2 v<%= version %> by @mathias | MIT license */
/*! https://mths.be/iso-8859-2 v<%= version %> by @mathias | MIT license */
;(function(root) {

// Detect free variables `exports`.
Expand Down

0 comments on commit d270a4f

Please sign in to comment.