lmaccherone / node-localstorage

A drop-in substitute for the browser native localStorage API that runs on node.js.
MIT License
450 stars 36 forks source link

Maybe the `projectFilesBackup` directory could be deleted from npm package? #29

Closed dickeylth closed 6 years ago

dickeylth commented 7 years ago
node-localstorage ➤ tree -L 4 -I node_modules                                                                                                                      git:master*
.
├── Cakefile
├── LocalStorage.js
├── README.md
├── package.json
├── projectFilesBackup
└── test
    └── test.html

2 directories, 5 files

As far as I know, the projectFilesBackup directory is generated by WebStorm upgrade, which could be deleted before being published to npm package.

lmaccherone commented 6 years ago

I don't want to push a new version just for this, but I've removed that folder from the source tree and when I increment the version, npm will be fixed. OK?

dickeylth commented 6 years ago

OK~