forked from neednova/novux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3182f49
commit f5464a7
Showing
3 changed files
with
42 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
{ | ||
"name": "nova-redux", | ||
"name": "novux", | ||
"version": "1.0.0", | ||
"description": "A simple take on redux", | ||
"repository": "https://github.com/julesterrien/redux-updeep", | ||
"description": "Easily update & reset redux state", | ||
"repository": "https://github.com/neednova/novux", | ||
"main": "build/index.js", | ||
"scripts": { | ||
"build": "babel src -d build", | ||
"test": "npm run build && mocha --opts .mocharc ./tests/index.js" | ||
}, | ||
"keywords": [ | ||
"nova", | ||
"redux" | ||
"redux", | ||
"novux" | ||
], | ||
"author": "Jules Terrien <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters