Skip to content

Commit

Permalink
Correct package.json main-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
illuusio committed Feb 3, 2018
1 parent ae5dc1e commit 8bea402
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jscrollpane",
"version": "2.1.2-rc.1",
"version": "2.1.2-rc.2",
"description": "jScrollPane - cross browser custom scroll bars",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"bugs": {
"url": "https://github.com/vitch/jScrollPane/issues"
},
"main": "Gruntfile.js",
"main": "build/Gruntfile.js",
"homepage": "https://github.com/vitch/jScrollPane#readme",
"dependencies": {
"jquery": "3.x"
Expand Down
5 changes: 3 additions & 2 deletions script/jquery.jscrollpane.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jScrollPane - v2.1.2-rc.1 - 2018-01-18
* jScrollPane - v2.1.2-rc.2 - 2018-02-03
* http://jscrollpane.kelvinluck.com/
*
* Copyright (c) 2014 Kelvin Luck
Expand All @@ -9,7 +9,7 @@

// Script: jScrollPane - cross browser customisable scrollbars
//
// *Version: 2.1.2-rc.1, Last updated: 2018-01-18*
// *Version: 2.1.2-rc.2, Last updated: 2018-02-03*
//
// Project Home - http://jscrollpane.kelvinluck.com/
// GitHub - http://github.com/vitch/jScrollPane
Expand Down Expand Up @@ -42,6 +42,7 @@
//
// About: Release History
//
// 2.1.2-rc.2 - (2018-02-03) Update package.json main-tag
// 2.1.2-rc.1 - (2018-01-18) Release on NPM.
// 2.1.1 - (2018-01-12) As everyone stays silent then we just release! No changes from RC.1
// 2.1.1-rc.1 - (2017-12-23) Started to slowly merge stuff (HO HO HO Merry Christmas!)
Expand Down

0 comments on commit 8bea402

Please sign in to comment.