Comparing version 0.7.7 to 0.7.8
{ | ||
"name": "esnext", | ||
"version": "0.7.7", | ||
"version": "0.7.8", | ||
"description": "Transform next-generation JavaScript to today's JavaScript.", | ||
@@ -26,14 +26,14 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"es6-class": "^0.4.2", | ||
"es6-arrow-function": "^0.3.0", | ||
"regenerator": "^0.4.5", | ||
"es6-class": "^0.4.3", | ||
"es6-arrow-function": "^0.3.1", | ||
"regenerator": "^0.4.7", | ||
"esprima": "git://github.com/ariya/esprima.git#harmony", | ||
"recast": "^0.5.14", | ||
"recast": "^0.5.17", | ||
"through": "^2.3.4", | ||
"es6-templates": "^0.0.2", | ||
"ast-types": "^0.3.24", | ||
"es6-default-params": "^0.0.1", | ||
"es6-spread": "^0.0.4", | ||
"es6-templates": "^0.0.3", | ||
"ast-types": "^0.3.27", | ||
"es6-default-params": "^0.0.2", | ||
"es6-spread": "^0.0.5", | ||
"es6-rest-params": "^0.1.0" | ||
} | ||
} |
@@ -59,2 +59,7 @@ # esnext | ||
Or, use one of these libraries that integrate esnext with other tools: | ||
* [broccoli-esnext][broccoli-esnext] | ||
* [grunt-esnext][grunt-esnext] | ||
## Contributing | ||
@@ -104,2 +109,3 @@ | ||
[benjamn]: https://github.com/benjamn | ||
[broccoli-esnext]: https://github.com/shinnn/broccoli-esnext | ||
[broccoli]: https://github.com/joliss/broccoli | ||
@@ -122,2 +128,3 @@ [es6-arrow-function]: https://github.com/square/es6-arrow-function | ||
[features-template-strings]: https://github.com/lukehoban/es6features#template-strings | ||
[grunt-esnext]: https://github.com/shinnn/grunt-esnext | ||
[recast]: https://github.com/benjamn/recast | ||
@@ -124,0 +131,0 @@ [regenerator]: http://facebook.github.io/regenerator/ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13916
131
+ Addedes6-default-params@0.0.2(transitive)
+ Addedes6-spread@0.0.5(transitive)
+ Addedes6-templates@0.0.3(transitive)
- Removedes6-default-params@0.0.1(transitive)
- Removedes6-spread@0.0.4(transitive)
- Removedes6-templates@0.0.2(transitive)
Updatedast-types@^0.3.27
Updatedes6-arrow-function@^0.3.1
Updatedes6-class@^0.4.3
Updatedes6-default-params@^0.0.2
Updatedes6-spread@^0.0.5
Updatedes6-templates@^0.0.3
Updatedrecast@^0.5.17
Updatedregenerator@^0.4.7