Skip to content

Commit

Permalink
merge script entries, remove pre-minified file
Browse files Browse the repository at this point in the history
minified version will be generated by people’s build process anyways
  • Loading branch information
gblazex committed Jan 21, 2016
1 parent 93b2ce0 commit 380fa0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion SmoothScroll.min.js

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Smooth scrolling experience for websites. This is the standalone version of SmoothScroll for individual websites and themes. Mouse wheel, keyboard and touchpad scrolling all supported.",
"main": "SmoothScroll.js",
"scripts": {
"test": "echo \"No test specified\" && exit 1"
"test": "echo \"No test specified\" && exit 1",
"minify": "uglifyjs SmoothScroll.js --compress --mangle --output SmoothScroll.min.js"
},
"repository": {
"type": "git",
Expand All @@ -28,8 +29,5 @@
"homepage": "https://github.com/galambalazs/smoothscroll-for-websites",
"devDependencies": {
"uglify-js": "^2.6.1"
},
"scripts": {
"minify": "uglifyjs SmoothScroll.js --compress --mangle --output SmoothScroll.min.js"
}
}

0 comments on commit 380fa0a

Please sign in to comment.