From 2d16f533d0b73c5bb46eba40553573dc157d10db Mon Sep 17 00:00:00 2001 From: ItsJonQ Date: Wed, 6 Jul 2016 18:34:28 -0400 Subject: [PATCH 1/3] Fixed typo in test message --- commands/test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/test/index.js b/commands/test/index.js index 3152a84..4530894 100644 --- a/commands/test/index.js +++ b/commands/test/index.js @@ -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) } From b17cce12c383f9d6e74114483bd67f4a18e47b0c Mon Sep 17 00:00:00 2001 From: ItsJonQ Date: Thu, 7 Jul 2016 13:01:53 -0400 Subject: [PATCH 2/3] Adds keywords to seed-cli's package.json --- package.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/package.json b/package.json index 7dcc814..93e5d01 100644 --- a/package.json +++ b/package.json @@ -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" }, From e5bcaac30f6d2e6418974a782280e43db2adeee8 Mon Sep 17 00:00:00 2001 From: ItsJonQ Date: Thu, 7 Jul 2016 13:02:35 -0400 Subject: [PATCH 3/3] 0.0.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93e5d01..8a44e8d 100644 --- a/package.json +++ b/package.json @@ -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": {