Skip to content

Commit

Permalink
(refactor): move files into src/ to prepare to support tsdx
Browse files Browse the repository at this point in the history
- move source files into src/
  - whitelist these in package.json
  - rename persist.js to index.js to follow standards
  • Loading branch information
agilgur5 committed Jul 11, 2019
1 parent 349420d commit b1afcd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "mst-persist",
"version": "0.0.2",
"description": "Persist and hydrate MobX-state-tree stores",
"main": "persist.js",
"main": "src/index.js",
"files": [
"src/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b1afcd6

Please sign in to comment.