Comparing version 0.8.13 to 0.8.14
{ | ||
"name": "marty", | ||
"main": "dist/marty.js", | ||
"version": "0.8.13", | ||
"version": "0.8.14", | ||
"homepage": "martyjs.org", | ||
@@ -23,5 +23,4 @@ "authors": [ | ||
"dependencies": { | ||
"superagent": "~0.20.0", | ||
"lodash": "~2.4.1" | ||
} | ||
} |
@@ -1,6 +0,8 @@ | ||
unreleased | ||
================== | ||
0.8.14 / 2015-03-05 | ||
=================== | ||
- Remove dependency on Babel | ||
- Replaced `reactify` for `babelify` as Babel now supports JSX transforms too and will help | ||
with an ES6 transition. | ||
0.8.13 / 2015-03-03 | ||
=================== | ||
- Hotfix for fetch incomaptibility in Chrome Canary [#133](https://github.com/jhollingworth/marty/issues/133) | ||
@@ -7,0 +9,0 @@ 0.8.12 / 2015-02-14 |
@@ -8,3 +8,3 @@ var _ = require('underscore'); | ||
var Marty = _.extend({ | ||
version: '0.8.13', | ||
version: '0.8.14', | ||
Diagnostics: Diagnostics, | ||
@@ -11,0 +11,0 @@ Dispatcher: Dispatcher.getCurrent() |
{ | ||
"name": "marty", | ||
"version": "0.8.13", | ||
"version": "0.8.14", | ||
"description": "A Javascript library for state management in React applications", | ||
@@ -22,3 +22,2 @@ "main": "index.js", | ||
"devDependencies": { | ||
"babelify": "^5.0.3", | ||
"bluebird": "^2.3.11", | ||
@@ -47,2 +46,3 @@ "body-parser": "^1.9.3", | ||
"react": "^0.12.0", | ||
"reactify": "^0.14.0", | ||
"sinon": "^1.10.3", | ||
@@ -67,3 +67,3 @@ "sinon-chai": "^2.5.0", | ||
"transform": [ | ||
"babelify" | ||
"reactify" | ||
] | ||
@@ -70,0 +70,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
4424738
24400