Skip to content

Commit

Permalink
Merge pull request #14 from maxknee/github-package
Browse files Browse the repository at this point in the history
Using github packages
  • Loading branch information
maxknee authored Jun 17, 2019
2 parents dc782dd + be29edb commit 019d767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@maxknee:registry=https://npm.pkg.github.com/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hexo-render-pug",
"name": "@maxknee:hexo-render-pug",
"version": "2.1.0",
"description": "Pug renderer plugin for Hexo",
"main": "index",
Expand All @@ -9,7 +9,7 @@
"test": "mocha test/index.js",
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
},
"repository": "maxknee/hexo-render-pug",
"repository": "git://github.com/maxknee/hexo-render-pug.git",
"keywords": [
"hexo",
"pug",
Expand Down

0 comments on commit 019d767

Please sign in to comment.