Skip to content

Commit d7fbfd5

Browse files
author
Igor Zviagintsev
committed
Add npmignore and bump version
1 parent d9fa442 commit d7fbfd5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/.github
2+
/node_modules
3+
.gitignore
4+
tsconfig.json
5+
package-lock.json

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-store-inheritance",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "It is like original makeAutoObservable function which allows inheritance for Mobx stores",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)