Skip to content

Commit

Permalink
add github release
Browse files Browse the repository at this point in the history
  • Loading branch information
patarapolw committed Nov 23, 2019
1 parent 554cd98 commit 7bd71ae
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 3 deletions.
231 changes: 231 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"preinstall": "git submodule update -i -r",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"deploy": "npm run build && gh-pages -d dist"
"deploy": "npm run build && gh-pages -d dist",
"release": "npm-github-release"
},
"dependencies": {
"@patarapolw/reveal-md-core": "file:lib/reveal-md-core",
Expand Down Expand Up @@ -38,7 +39,8 @@
"yargs": "^15.0.2"
},
"devDependencies": {
"gh-pages": "^2.1.1"
"gh-pages": "^2.1.1",
"npm-github-release": "^0.12.0"
},
"postcss": {
"plugins": {
Expand All @@ -48,5 +50,9 @@
"browserslist": [
"> 1%",
"last 2 versions"
]
],
"repository": {
"type": "git",
"url": "git+https://github.com/patarapolw/reveal-md.git"
}
}

0 comments on commit 7bd71ae

Please sign in to comment.