Skip to content

Commit

Permalink
upgrade deps and year
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Dec 21, 2017
1 parent edcf86b commit ffcd3f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
Copyright (c) 2015, Vladimir Agafonkin
Copyright (c) 2017, Vladimir Agafonkin
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 16,14 @@
"url": "git://github.com/mourner/simplify-js.git"
},
"main": "simplify.js",
"files": [
"simplify.js"
],
"devDependencies": {
"benchmark": "^1.0.0",
"benchmark": "^2.1.4",
"faucet": "0.0.1",
"jshint": "^2.6.3",
"tape": "^3.5.0"
"jshint": "^2.9.5",
"tape": "^4.8.0"
},
"scripts": {
"test": "jshint simplify.js test/test.js && node test/test.js | faucet"
Expand Down
2 changes: 1 addition & 1 deletion simplify.js
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
/*
(c) 2013, Vladimir Agafonkin
(c) 2017, Vladimir Agafonkin
Simplify.js, a high-performance JS polyline simplification library
mourner.github.io/simplify-js
*/
Expand Down

0 comments on commit ffcd3f8

Please sign in to comment.