mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-23 20:29:08 -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",
|
"main": "dist/paper-full.js",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"build",
|
"build",
|
||||||
"dist/paper.js"
|
"components",
|
||||||
|
"dist/paper.js",
|
||||||
"fatline",
|
"fatline",
|
||||||
"projects",
|
"projects",
|
||||||
"lib",
|
"lib",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"package.json"
|
"package.json",
|
||||||
"src",
|
"src",
|
||||||
"test",
|
"test"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"acorn": "~0.3.2",
|
"acorn": "~0.3.1",
|
||||||
"esprima": "~1.1.0"
|
"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