cabinet-storage
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "cabinet-storage", | ||
"description": "A simple interface for accessing local and session storage", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "dist/main.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -24,7 +24,7 @@ # cabinet.js | ||
# run dev build | ||
npm run dev | ||
# run demo build | ||
npm run demo | ||
``` | ||
Once that's running, open `/examples/dist/index.html` in your browser. | ||
Interact with the module from `/examples/src/index.js`. You can log output to the console or render output to the examples index page. | ||
Next, open `/demo/dist/index.html` in your browser. | ||
Interact with the module from `/demo/src/demo.js`. You can log output to the console or render output to the examples index page. | ||
@@ -35,2 +35,2 @@ #### Production Build | ||
``` | ||
production build is output to `/dist/cabinet.js` | ||
production build is output to `/dist/main.js` |
5480