Skip to content

Commit

Permalink
ammend
Browse files Browse the repository at this point in the history
  • Loading branch information
Basarat Ali Syed authored and Basarat Ali Syed committed Sep 15, 2016
1 parent 00bbb2f commit d9cde70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
.vscode
.alm/
.editorconfig
npm-debug.log
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"dependencies": {
"immutable": "^3.8.1",
"redux": "^3.5.2"
},
"devDependencies": {
"typescript": "1.8.10"
}
}
1 change: 1 addition & 0 deletions spec/book.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { List, Map } from "immutable";

import * as I from "../index";
import { action, property, reducer, amend } from "../index";

export interface Book {
Expand Down

0 comments on commit d9cde70

Please sign in to comment.