Skip to content

Commit 1db30e4

Browse files
committed
cleanup package.json, bump version
1 parent b90f07d commit 1db30e4

File tree

2 files changed

+25
-21
lines changed

2 files changed

+25
-21
lines changed

dist/jump.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+24-20
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,40 @@
11
{
2-
"name": "jump.js",
3-
"version": "0.3.0",
2+
"name": "jump.js",
3+
"version": "0.3.1",
44
"description": "A small, modern, dependency-free smooth scrolling library.",
5-
"homepage": "https://github.com/callmecavs/jump.js",
6-
"main": "dist/jump.min.js",
7-
"author": "Michael Cavalea",
5+
"homepage": "https://github.com/callmecavs/jump.js",
6+
"main": "dist/jump.min.js",
7+
8+
"author": "Michael Cavalea",
89
"license": "MIT",
10+
911
"repository": {
1012
"type": "git",
11-
"url": "https://github.com/callmecavs/jump.js.git"
13+
"url": "https://github.com/callmecavs/jump.js.git"
1214
},
1315
"bugs": {
1416
"url": "https://github.com/callmecavs/jump.js/issues"
1517
},
18+
1619
"keywords": [
1720
"scroll"
1821
],
22+
1923
"devDependencies": {
20-
"babel-core": "^6.2.1",
24+
"babel-core": "^6.2.1",
2125
"babel-plugin-add-module-exports": "^0.1.1",
22-
"babel-preset-es2015": "^6.1.18",
23-
"babelify": "^7.2.0",
24-
"browserify": "^12.0.1",
25-
"gulp": "^3.9.0",
26-
"gulp-connect": "^2.2.0",
27-
"gulp-header": "^1.7.1",
28-
"gulp-sourcemaps": "^1.6.0",
29-
"gulp-uglify": "^1.5.1",
30-
"lodash.assign": "^3.2.0",
31-
"node-notifier": "^4.3.1",
32-
"vinyl-buffer": "^1.0.0",
33-
"vinyl-source-stream": "^1.1.0",
34-
"watchify": "^3.6.1"
26+
"babel-preset-es2015": "^6.1.18",
27+
"babelify": "^7.2.0",
28+
"browserify": "^12.0.1",
29+
"gulp": "^3.9.0",
30+
"gulp-connect": "^2.2.0",
31+
"gulp-header": "^1.7.1",
32+
"gulp-sourcemaps": "^1.6.0",
33+
"gulp-uglify": "^1.5.1",
34+
"lodash.assign": "^3.2.0",
35+
"node-notifier": "^4.3.1",
36+
"vinyl-buffer": "^1.0.0",
37+
"vinyl-source-stream": "^1.1.0",
38+
"watchify": "^3.6.1"
3539
}
3640
}

0 commit comments

Comments
 (0)