Skip to content

Commit

Permalink
add(scripts): add release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
idiotWu committed Oct 8, 2017
1 parent edf5739 commit eaa2850
Show file tree
Hide file tree
Showing 16 changed files with 1,199 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ node_modules
bower_components

# build file
.tmp
build
.gh-pages
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ env:
language: node_js
node_js:
- stable
before_script:
- chmod +x ./scripts/deploy.sh
# script: npm test
# after_success: "./scripts/deploy.sh"
script: npm test
after_success: npm run deploy
15 changes: 7 additions & 8 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"name": "smooth-scrollbar",
"version": "7.4.1",
"version": "8.0.0-beta.0",
"authors": [
"Dolphin Wood <dolphin.w.e@gmail.com>"
],
"description": "Customize scrollbar in modern browsers with smooth scrolling experience.",
"main": [
"dist/smooth-scrollbar.js",
"dist/smooth-scrollbar.css"
],
"main": "dist/smooth-scrollbar.js",
"moduleType": [
"es6"
"globals",
"amd",
"node"
],
"keywords": [
"scrollbar",
Expand All @@ -24,8 +23,8 @@
"**/.*",
"node_modules",
"bower_components",
"test",
"__demo__",
"build",
"tests"
"test"
]
}
Loading

0 comments on commit eaa2850

Please sign in to comment.