Skip to content

Commit

Permalink
release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancahill committed Dec 26, 2016
1 parent 0ccbcfb commit e320847
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "split.js",
"version": "1.1.1",
"version": "1.1.2",
"description": "A lightweight utility for creating adjustable split views",
"main": "split.js",
"repository": {
Expand All @@ -17,11 +17,12 @@
},
"homepage": "https://github.com/nathancahill/Split.js#readme",
"devDependencies": {
"eslint": "^1.9.0",
"grunt": "^0.4.5",
"grunt-contrib-jasmine": "nathancahill/grunt-contrib-jasmine",
"jasmine": "^2.3.2",
"uglifyjs": "^2.4.10"
"eslint": "3.12.2",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-jasmine": "1.0.3",
"jasmine": "2.5.2",
"uglifyjs": "2.4.10"
},
"scripts": {
"test": "./node_modules/.bin/grunt jasmine",
Expand Down
2 changes: 1 addition & 1 deletion split.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e320847

Please sign in to comment.