Skip to content

Commit

Permalink
add: stdapp
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Nov 25, 2019
1 parent 4a2a38b commit 8dc68db
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source 'https://rubygems.org'

gem 'fileutils'
gem 'sshkit'
gem 'semver'
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

Dir["./node_modules/@feizheng/rake-*/index.rake"].each do |task|
load task
end
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"main": "dist/webkit-sassui-transform-center.scss",
"license": "MIT",
"devDependencies": {
"@feizheng/rake-git": "^1.2.1",
"del": "^2.2.1",
"gulp": "^4.0.2",
"gulp-load-plugins": "^1.2.0",
Expand Down

0 comments on commit 8dc68db

Please sign in to comment.