Skip to content

Commit

Permalink
Added bower.json and .npmignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Owlbertz committed Mar 30, 2016
1 parent f3d23ea commit dfd23a1
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .npmignore
@@ -0,0 +1,11 @@
.sass-cache
_build
bower_components
gulp
bower.json
composer.json
CONTRIBUTING.md
gulpfile.js
test
.editorconfig
.versions
26 changes: 26 additions & 0 deletions bower.json
@@ -0,0 +1,26 @@
{
"name": "foundation-joyride",
"version": "3.0.0",
"main": [
"dist/foundation.joyride.css",
"dist/foundation.joyride.js"
],
"ignore": [
"gulp",
"test",
"CONTRIBUTING.md",
"gulpfile.js",
"package.js",
"package.json",
".npm",
".gitignore",
".npmignore",
".versions",
"_build",
".sass-cache"
],
"dependencies": {
"jquery": "~2.2.0",
"what-input": "~2.0.0"
}
}

0 comments on commit dfd23a1

Please sign in to comment.