Skip to content

Commit ed6c780

Browse files
committed
v21
1 parent 8c3bc99 commit ed6c780

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
logs
33

44
lib
5-
5+
.vs
66
*.log
77
npm-debug.log*
88
yarn-debug.log*

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,11 @@ src
66
.eslintrc
77
.eslintignore
88
.babelrc
9+
.vs
10+
.gitignore
11+
CODE_OF_CONDUCT.md
12+
CONTRIBUTING.md
13+
PULL_REQUEST_TEMPLATE.md
14+
915

1016

.vs/slnx.sqlite

0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barteh/react-withservice",
3-
"version": "1.0.206",
3+
"version": "1.0.21",
44
"description": "An HOC injects and manages observable data services in a react Component",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)