mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-08 02:34:20 -04:00
Fix various issues in bower.json
This commit is contained in:
parent
f077e388a1
commit
a3ae977ba0
2 changed files with 8 additions and 5 deletions
11
bower.json
11
bower.json
|
@ -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
2
components/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
acorn
|
||||
esprima
|
Loading…
Add table
Add a link
Reference in a new issue