Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
Update package.json, bower.json, and npmignore to be more in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
gakimball committed Dec 23, 2014
1 parent 2611662 commit 0afbed4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
7 changes: 4 additions & 3 deletions .npmignore
@@ -1,11 +1,12 @@
.*
bower_components
build
docs
node_modules
bower.json
tests
CONTRIBUTING.md
Gemfile
Gemfile.lock
gulpfile.js
karma.conf.js
LICENSE
package.json
scss/_includes.scss
12 changes: 7 additions & 5 deletions bower.json
Expand Up @@ -16,7 +16,7 @@
"hammerjs": "~2.0.4"
},
"homepage": "https://github.com/zurb/foundation-apps",
"description": "A responsive, Angular-powered web apps framework from ZURB.",
"description": "A responsive, Angular-powered framework for web apps from ZURB.",
"keywords": [
"web apps",
"responsive design",
Expand All @@ -25,15 +25,17 @@
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"docs",
"build",
"lib",
"docs",
"node_modules",
"tests",
"CONTRIBUTING.md",
"Gemfile",
"Gemfile.lock",
"gulpfile.js",
"karma.conf.js",
"package.json",
"tests",
"scss/_includes.scss"
],
"devDependencies": {
Expand Down
6 changes: 2 additions & 4 deletions package.json
@@ -1,9 +1,8 @@
{
"name": "foundation-apps",
"version": "1.0.1",
"description": "Foundation for Apps",
"description": "A responsive, Angular-powered framework for web apps from ZURB.",
"scripts": {
"postinstall": "bower install && bundle",
"test": "gulp test",
"start": "gulp"
},
Expand Down Expand Up @@ -50,6 +49,5 @@
"run-sequence": "^1.0.1",
"through2": "^0.6.2",
"settings-parser": "zurb/foundation-settings-parser"
},
"private": true
}
}

0 comments on commit 0afbed4

Please sign in to comment.