Skip to content

Commit

Permalink
Dependency fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rexagod committed Jan 19, 2019
1 parent 6d5288c commit 70c02df
Show file tree
Hide file tree
Showing 170 changed files with 8 additions and 36,223 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ coverage
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# Dependency directories
node_modules
bower_components

# Optional npm cache directory
.npm
Expand Down
12 changes: 6 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/PublicLab.Editor.js",
"repository": {
"type": "git",
"url": "git+https://github.com/publiclab/PublicLab.Editor.git"
"url": "https://github.com/jywarren/webgl-distort.git"
},
"keywords": [
"editor",
Expand All @@ -13,10 +13,6 @@
],
"author": "Public Lab",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/jywarren/webgl-distort.git"
},
"ignore": [
"example.jpg",
"node_modules",
Expand All @@ -27,5 +23,9 @@
"url": "https://github.com/publiclab/PublicLab.Editor/issues"
},
"homepage": "https://github.com/publiclab/PublicLab.Editor#readme",
"_source": "git://github.com/publiclab/PublicLab.Editor.git"
"_source": "git://github.com/publiclab/PublicLab.Editor.git",
"dependencies": {
"Caret.js": "^0.3.1",
"At.js": "jquery.atwho#^1.5.4"
}
}
43 changes: 0 additions & 43 deletions bower_components/At.js/.bower.json

This file was deleted.

Loading

0 comments on commit 70c02df

Please sign in to comment.