My team doesn't use bower anymore, we're using only npm for tasks and package management.
I'm trying to install unveil through npm package but is not possible, since repository is missing package.json. There's another way to install it using npm ? It's possible to create a package.json in the repository root ?
Hi,
My team doesn't use bower anymore, we're using only npm for tasks and package management. I'm trying to install unveil through npm package but is not possible, since repository is missing
package.json
. There's another way to install it using npm ? It's possible to create a package.json in the repository root ?Thanks!