Skip to content
This repository has been archived by the owner on May 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #9 from helpscout/new-add-keywords-to-package
Browse files Browse the repository at this point in the history
New add keywords to package
  • Loading branch information
ItsJonQ committed Jul 7, 2016
2 parents 9c043f9 + e5bcaac commit c1f50af
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ glob('**/*.scss', options, function(err, matches) {

if (!files.length) {
console.log(`\nCouldn't find any tests in your project!`);
console.log(`You can create a new test by executinexecuting "seed g"\n`);
console.log(`You can create a new test by executing "seed g"\n`);
process.exit(0)
}

Expand Down
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seed-cli",
"version": "0.0.8",
"version": "0.0.9",
"description": "Create awesome packs for Seed CSS!",
"main": "./index.js",
"bin": {
Expand All @@ -17,6 +17,19 @@
"type": "git",
"url": "git+https://github.com/helpscout/seed-cli.git"
},
"keywords": [
"bem",
"cli",
"css",
"design",
"functional",
"itcss",
"modular",
"oocss",
"performance",
"seed",
"scss"
],
"bugs": {
"url": "https://github.com/helpscout/seed-cli/issues"
},
Expand Down

0 comments on commit c1f50af

Please sign in to comment.