From ffcd3f816f76342a976e1479ab0abcf271519dca Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Thu, 21 Dec 2017 15:31:40 +0200 Subject: [PATCH] upgrade deps and year --- LICENSE | 2 +- package.json | 9 ++++++--- simplify.js | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 4730ad7..bda6bcc 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/package.json b/package.json index bf8d888..630f289 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/simplify.js b/simplify.js index e438581..339c84f 100644 --- a/simplify.js +++ b/simplify.js @@ -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 */