Add bower_components as it contains the resources used by github pages.
This commit is contained in:
21
bower_components/Split.js/bower.json
vendored
Normal file
21
bower_components/Split.js/bower.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Split.js",
|
||||
"main": "split.js",
|
||||
"version": "1.0.6",
|
||||
"homepage": "https://github.com/nathancahill/Split.js",
|
||||
"authors": [
|
||||
"Nathan Cahill <nathan@nathancahill.com>"
|
||||
],
|
||||
"description": "A lightweight utility for creating adjustable split views",
|
||||
"keywords": [
|
||||
"css"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user