Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancahill committed Oct 4, 2018
1 parent 514af0d commit b6fb11e
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 90 deletions.
13 changes: 8 additions & 5 deletions bower.json
@@ -1,14 +1,18 @@
{
"name": "Split.js",
"main": "split.js",
"version": "1.3.5",
"version": "1.4.0",
"homepage": "https://github.com/nathancahill/Split.js",
"authors": [
"Nathan Cahill <nathan@nathancahill.com>"
],
"description": "A lightweight utility for creating adjustable split views",
"keywords": [
"css"
"css",
"split",
"flexbox",
"tiny",
"split-layout"
],
"moduleType": [
"globals",
Expand All @@ -18,12 +22,11 @@
"license": "MIT",
"ignore": [
"**/.*",
"src",
"AUTHORS.md",
"Gruntfile.js",
"browserstack.json",
"docs",
"examples",
"index.html",
"Gruntfile.js",
"logo.svg",
"node_modules",
"package.json",
Expand Down
7 changes: 4 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "split.js",
"version": "1.3.5",
"version": "1.4.0",
"description": "A lightweight utility for creating adjustable split views",
"main": "split.js",
"minified:main": "split.min.js",
Expand Down Expand Up @@ -53,10 +53,11 @@
"IE 8"
],
"dependencies": {
"opencollective": "^1.0.3"
"opencollective": "^1.0.3",
"purgecss": "^1.1.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/splitjs"
}
}
}

0 comments on commit b6fb11e

Please sign in to comment.