Skip to content

Commit

Permalink
add "main" property to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Sep 7, 2013
1 parent f3fb7ac commit 2c81d8d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Expand Up @@ -7,19 +7,20 @@
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/grunt-refactor/blob/master/LICENSE-MIT"
}
],
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/grunt-refactor.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/grunt-refactor/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/grunt-refactor/blob/master/LICENSE-MIT"
}
],
"main": "./tasks/refactor.js",
"devDependencies": {
"assemble": "~0.4.0",
"assemble-less": "~0.4.8",
Expand Down

0 comments on commit 2c81d8d

Please sign in to comment.