From 3706a4bbc34874b6b177b64d9909324e54dabd6c Mon Sep 17 00:00:00 2001 From: Colin Bowern Date: Fri, 4 Oct 2013 23:03:04 -0400 Subject: [PATCH] Added additional keywords to package.json and corrected release version. --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7690e0d..40a362a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-importer", "description": "Importer adds an #import statement to JavaScript based languages including CoffeeScript that works like #include in C-based languages. It compiles files into JavaScript, concatenates them together in the places you've defined, and generates source maps.", - "version": "0.1.0", + "version": "1.0.0", "homepage": "https://github.com/colinbowern/grunt-importer", "author": { "name": "Colin Bowern", @@ -39,7 +39,9 @@ "grunt": "~0.4.1" }, "keywords": [ - "gruntplugin" + "gruntplugin", + "importer", + "import" ], "dependencies": { "importer": "~0.7.0"