Skip to content

Commit 201e962

Browse files
committed
update npm-ignore
1 parent a49c3da commit 201e962

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
catalyst.test.js
2+
package-lock.json
3+
node_modules/
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "catalyst",
33
"version": "0.1.0",
44
"description": "Observable state store for Javascript.",
5-
"main": "index.js",
5+
"main": "catalyst.js",
66
"scripts": {
77
"test": "jest"
88
},

0 commit comments

Comments
 (0)