Skip to content

Commit

Permalink
Merge pull request #9 from cabify/fix-invalid-type-namespace
Browse files Browse the repository at this point in the history
Fix invalid type namespace
  • Loading branch information
alejandrofdiaz authored Mar 3, 2021
2 parents 2dcc4fd + 8219fb7 commit 3c5e9c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cabify/redux-polyglot",
"version": "0.8.1",
"version": "0.8.2",
"description": "Tool for using Polyglot.js with Redux",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -10,6 +10,7 @@
"test:all": "npm run -s prepublishOnly",
"test:watch": "jest --watch --coverage",
"tw": "npm run test:watch",
"publish": "npm publish --access public",
"prepublishOnly": "node scripts/prepublish.js",
"postpublish": "echo --- PUBLISHED ---",
"lint": "eslint --max-warnings 0 src"
Expand Down
2 changes: 1 addition & 1 deletion src/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Polyglot from 'node-polyglot';

declare module '@cabify-dev/redux-polyglot' {
declare module '@cabify/redux-polyglot' {
type PolyglotInterpolationOptions = Polyglot.InterpolationOptions;

type translate = (
Expand Down

0 comments on commit 3c5e9c5

Please sign in to comment.