Skip to content

Commit

Permalink
chore: release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tr3v3r committed Nov 26, 2022
1 parent 9650dcb commit 2cbe66d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-esc-pos-printer",
"version": "2.2.1",
"version": "2.3.0",
"description": "test",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -86,7 +86,9 @@
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
],
"transformIgnorePatterns": ["node_modules/(?!@ngrx|(?!deck.gl)|ng-dynamic)"]
"transformIgnorePatterns": [
"node_modules/(?!@ngrx|(?!deck.gl)|ng-dynamic)"
]
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 2cbe66d

Please sign in to comment.