Skip to content

Commit

Permalink
chore: release 1.4.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osamaqarem committed Aug 25, 2021
1 parent 5ad1409 commit bb59c4d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-image-colors",
"version": "1.3.1",
"version": "1.4.0-beta.0",
"description": "Fetch prominent colors from an image.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -138,12 +138,14 @@
},
"overrides": [
{
"files": ["*.ts"],
"rules": {
"no-undef": "off"
}
"files": [
"*.ts"
],
"rules": {
"no-undef": "off"
}
}
]
]
},
"eslintIgnore": [
"node_modules/",
Expand Down

0 comments on commit bb59c4d

Please sign in to comment.