redux-storage-decorator-immutablejs
Advanced tools
Comparing version 1.0.2 to 1.0.3
The MIT License (MIT) | ||
Copyright (c) 2015 Michael Contento | ||
Copyright (c) 2016- Gunjan Soni <gunjan.soni2002@gmail.com> | ||
Copyright (c) 2015-2016 Michael Contento <mail@michaelcontento.de> | ||
@@ -5,0 +6,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of |
{ | ||
"name": "redux-storage-decorator-immutablejs", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Decorator for redux-storage to convert your state tree to ImmutableJS", | ||
@@ -11,5 +11,6 @@ "main": "build/index.js", | ||
"type": "git", | ||
"url": "https://github.com/michaelcontento/redux-storage-decorator-immutablejs.git" | ||
"url": "https://github.com/react-stack/redux-storage-decorator-immutablejs.git" | ||
}, | ||
"homepage": "https://github.com/michaelcontento/redux-storage-decorator-immutablejs", | ||
"bugs": "https://github.com/react-stack/redux-storage-decorator-immutablejs/issues", | ||
"homepage": "https://github.com/react-stack/redux-storage-decorator-immutablejs", | ||
"keywords": [ | ||
@@ -21,3 +22,6 @@ "redux", | ||
], | ||
"author": "Michael Contento <michaelcontento@gmail.com>", | ||
"author": [ | ||
"Michael Contento <mail@michaelcontento.de>", | ||
"Guns <gunjan.soni2002@gmail.com>" | ||
], | ||
"files": [ | ||
@@ -24,0 +28,0 @@ "build/", |
@@ -1,6 +0,6 @@ | ||
# [redux-storage-decorator-immutablejs][] | ||
# redux-storage-decorator-immutablejs | ||
[![build](https://travis-ci.org/michaelcontento/redux-storage-decorator-immutablejs.svg?branch=master)](https://travis-ci.org/michaelcontento/redux-storage-decorator-immutablejs) | ||
[![dependencies](https://david-dm.org/michaelcontento/redux-storage-decorator-immutablejs.svg)](https://david-dm.org/michaelcontento/redux-storage-decorator-immutablejs) | ||
[![devDependencies](https://david-dm.org/michaelcontento/redux-storage-decorator-immutablejs/dev-status.svg)](https://david-dm.org/michaelcontento/redux-storage-decorator-immutablejs#info=devDependencies) | ||
[![build](https://travis-ci.org/react-stack/redux-storage-decorator-immutablejs.svg?branch=master)](https://travis-ci.org/react-stack/redux-storage-decorator-immutablejs) | ||
[![dependencies](https://david-dm.org/react-stack/redux-storage-decorator-immutablejs.svg)](https://david-dm.org/react-stack/redux-storage-decorator-immutablejs) | ||
[![devDependencies](https://david-dm.org/react-stack/redux-storage-decorator-immutablejs/dev-status.svg)](https://david-dm.org/react-stack/redux-storage-decorator-immutablejs#info=devDependencies) | ||
@@ -10,3 +10,2 @@ [![license](https://img.shields.io/npm/l/redux-storage-decorator-immutablejs.svg?style=flat-square)](https://www.npmjs.com/package/redux-storage-decorator-immutablejs) | ||
[![npm downloads](https://img.shields.io/npm/dm/redux-storage-decorator-immutablejs.svg?style=flat-square)](https://www.npmjs.com/package/redux-storage-decorator-immutablejs) | ||
[![Code Climate](https://codeclimate.com/github/michaelcontento/redux-storage-decorator-immutablejs/badges/gpa.svg)](https://codeclimate.com/github/michaelcontento/redux-storage-decorator-immutablejs) | ||
@@ -34,2 +33,8 @@ [ImmutableJS][] decorator for [redux-storage][]. Use this to convert the loaded | ||
# A fork of [redux-storage-decorator-immutablejs](https://github.com/michaelcontento/redux-storage-decorator-immutablejs) | ||
The original author of the package [redux-storage-decorator-immutablejs](https://github.com/michaelcontento/redux-storage-decorator-immutablejs) has decided to deprecate the project and no longer maintained. The package will now be maintained here. | ||
Thank you [michaelcontento](https://github.com/michaelcontento) for a great library! | ||
## License | ||
@@ -39,3 +44,4 @@ | ||
Copyright (c) 2015 Michael Contento | ||
Copyright (c) 2016- Gunjan Soni <gunjan.soni2002@gmail.com> | ||
Copyright (c) 2015-2016 Michael Contento <mail@michaelcontento.de> | ||
@@ -59,4 +65,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
[redux-storage]: https://github.com/michaelcontento/redux-storage | ||
[redux-storage-decorator-immutablejs]: https://github.com/michaelcontento/redux-storage-decorator-immutablejs | ||
[redux-storage]: https://github.com/react-stack/redux-storage | ||
[redux-storage-decorator-immutablejs]: https://github.com/react-stack/redux-storage-decorator-immutablejs | ||
[ImmutableJS]: https://github.com/facebook/immutable-js |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
65
6410
4
14
3