Skip to content

Commit

Permalink
Added additional keywords to package.json and corrected release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbowern committed Oct 5, 2013
1 parent 85af37e commit 3706a4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -39,7 +39,9 @@
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin"
"gruntplugin",
"importer",
"import"
],
"dependencies": {
"importer": "~0.7.0"
Expand Down

0 comments on commit 3706a4b

Please sign in to comment.