Add keywords to allow searching cypress in npmjs.com (#1522)

* Add keyword in package.json
* Also add keywords to the build script
This commit is contained in:
Zaid Hoona
2018-04-09 22:36:38 +05:30
committed by Jennifer Shehane
parent b305018ba1
commit 6dd7edea5c
2 changed files with 13 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ const {
license,
bugs,
repository,
keywords,
} = require('@packages/root')
// the rest of properties should come from the package.json in CLI folder
@@ -33,6 +34,7 @@ function preparePackageForNpmRelease (json) {
license,
bugs,
repository,
keywords,
types: 'types', // typescript types
scripts: {
postinstall: 'node index.js --exec install',