Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 12, 2015
1 parent d43451e commit f44248c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
4 changes: 3 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# editorconfig.org
root = true

[*]
Expand All @@ -8,3 +7,6 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
Empty file removed .npmignore
Empty file.
22 changes: 8 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,34 @@
{
"name": "generator-chrome-extension",
"version": "0.3.0",
"description": "Yeoman generator for Chrome Extensions",
"description": "Scaffold out a Chrome extension",
"keywords": [
"yeoman-generator",
"chrome",
"extension",
"addon"
],
"author": "The Yeoman Team",
"author": "Yeoman",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/yeoman/generator-chrome-extension.git"
},
"repository": "yeoman/generator-chrome-extension",
"scripts": {
"test": "mocha --reporter spec"
},
"dependencies": {
"yeoman-generator": "^0.17.0"
},
"peerDependencies": {
"generator-mocha": ">=0.1.6",
"yo": ">=1.0.0"
"generator-mocha": ">=0.1.6"
},
"devDependencies": {
"mocha": "*",
"underscore": "^1.6.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
"node": ">=0.10.0"
},
"licenses": [
{
"type": "BSD"
}
"license": "BSD",
"files": [
"app"
]
}

0 comments on commit f44248c

Please sign in to comment.