Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikras committed Dec 4, 2017
1 parent 7921a5a commit 6b8cd9c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
dist/.*

[include]

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"rollup-plugin-uglify": "^2.0.1"
},
"peerDependencies": {
"final-form": "1.2.0"
"final-form": "^1.2.0"
},
"lint-staged": {
"*.{js,json,md,css}": ["prettier --write", "git add"]
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @flow
import { Mutator } from 'final-form'
import type { Mutator } from 'final-form'
import insert from './insert'
import move from './move'
import pop from './pop'
Expand Down
2 changes: 1 addition & 1 deletion src/index.js.flow
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @flow
import { Mutator } from 'final-form'
import type { Mutator } from 'final-form'

type DefaultType = { [string]: Mutator }

Expand Down

0 comments on commit 6b8cd9c

Please sign in to comment.