diff options
Diffstat (limited to 'node_modules/js-tokens')
-rw-r--r-- | node_modules/js-tokens/CHANGELOG.md | 5 | ||||
-rw-r--r-- | node_modules/js-tokens/README.md | 4 | ||||
-rw-r--r-- | node_modules/js-tokens/package.json | 8 |
3 files changed, 11 insertions, 6 deletions
diff --git a/node_modules/js-tokens/CHANGELOG.md b/node_modules/js-tokens/CHANGELOG.md index c3398e3fe..208304b3e 100644 --- a/node_modules/js-tokens/CHANGELOG.md +++ b/node_modules/js-tokens/CHANGELOG.md @@ -1,3 +1,8 @@ +### Version 3.0.2 (2017-06-28) ### + +- No code changes. Just updates to the readme. + + ### Version 3.0.1 (2017-01-30) ### - Fixed: ES2015 unicode escapes with more than 6 hex digits are now matched diff --git a/node_modules/js-tokens/README.md b/node_modules/js-tokens/README.md index 0c805c223..5c93a8885 100644 --- a/node_modules/js-tokens/README.md +++ b/node_modules/js-tokens/README.md @@ -78,9 +78,9 @@ The intention is to always support the latest stable ECMAScript version. If adding support for a newer version requires changes, a new version with a major verion bump will be released. -Currently, [ECMAScript 2016] is supported. +Currently, [ECMAScript 2017] is supported. -[ECMAScript 2016]: http://www.ecma-international.org/ecma-262/7.0/index.html +[ECMAScript 2017]: https://www.ecma-international.org/ecma-262/8.0/index.html Invalid code handling diff --git a/node_modules/js-tokens/package.json b/node_modules/js-tokens/package.json index 581ff21b0..7f5bd7800 100644 --- a/node_modules/js-tokens/package.json +++ b/node_modules/js-tokens/package.json @@ -1,6 +1,6 @@ { "name": "js-tokens", - "version": "3.0.1", + "version": "3.0.2", "author": "Simon Lydell", "license": "MIT", "description": "A regex that tokenizes JavaScript.", @@ -22,9 +22,9 @@ "dev": "npm run build && npm test" }, "devDependencies": { - "coffee-script": "~1.12.2", - "esprima": "^3.1.3", + "coffee-script": "~1.12.6", + "esprima": "^4.0.0", "everything.js": "^1.0.3", - "mocha": "^3.2.0" + "mocha": "^3.4.2" } } |