Closed boennemann closed 9 years ago
Okay on first sight it does not work out of the box, because of some custom fiddling with the package.json and cleanups, that remove the shrinkwrap file entirely. We need to build shrinkwrap support into hoodie-cli
first.
We also need to check if hoodie install
works right for plugins then.
was gonna say that. hoodie-cli
does a bunch of file removals (legacy). So this won't work out of the box.
Actually there was some caching going on during my first try. The cleanup thingy happened with git, but the cli is now based on npm.
This works right now, but the name field in the npm-shrinkwrap.json
isn't updated. Here is a PR to fix that in the CLI https://github.com/hoodiehq/hoodie-cli/pull/160
For discussion, don't merge yet.
Currently exploring if this installs right, and if we need to adapt the release process for this.