Skip to content

Commit 3d43510

Browse files
committed
1.1.1
1 parent 891a65a commit 3d43510

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ scripts/
77
build/
88
index.js
99
index.ts
10-
index.d.ts
1110
.github/
1211
example-package.json
1312
package-lock.json
1413
mocks.json
1514
renovate.json
1615
tsconfig.json
1716
README.md
17+
index.test.ts
18+
babel.config.js

example-package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "context-api-dev-tools-extension",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Port for [Redux Dev Tools Extension](https://github.com/zalmoxisus/remote-redux-devtools) now using Context API",
55
"main": "index.min.js",
66
"scripts": {

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "context-api-dev-tools-extension",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Port for [Redux Dev Tools Extension](https://github.com/zalmoxisus/redux-devtools-extension) now using Context API",
55
"main": "index.min.js",
66
"scripts": {

0 commit comments

Comments
 (0)