Fix various issues in bower.json

This commit is contained in:
Jürg Lehni 2013-06-27 03:02:40 -07:00
parent f077e388a1
commit a3ae977ba0
2 changed files with 8 additions and 5 deletions

View file

@ -4,17 +4,18 @@
"main": "dist/paper-full.js",
"ignore": [
"build",
"dist/paper.js"
"components",
"dist/paper.js",
"fatline",
"projects",
"lib",
"node_modules",
"package.json"
"package.json",
"src",
"test",
"test"
],
"devDependencies": {
"acorn": "~0.3.2",
"esprima": "~1.1.0"
"acorn": "~0.3.1",
"esprima": "~1.0.3"
}
}

2
components/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
acorn
esprima