Closed dickeylth closed 6 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.
projectFilesBackup
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?
OK~
As far as I know, the
projectFilesBackup
directory is generated by WebStorm upgrade, which could be deleted before being published to npm package.