Skip to content

Commit

Permalink
add bower file to register in bower
Browse files Browse the repository at this point in the history
  • Loading branch information
jwestbrook committed Jan 18, 2014
1 parent 76cc15c commit 3c45151
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "prototypejs",
"version": "1.7.1",
"main": [
"dist/prototype.js",
"dist/prototype.min.js"
],
"ignore": [
"doc_assets",
"ext",
"node_modules",
"old_tests",
"src",
"test",
"vendor",
"**/.gitignore",
".gitmodules",
".travis.yml",
"CHANGELOG",
"Gruntfile.js",
"package.json",
"Rakefile",
"README.markdown"
]
}

0 comments on commit 3c45151

Please sign in to comment.