Skip to content

Commit

Permalink
Merge pull request #96 from arcticicestudio/feature/gh-95-npm
Browse files Browse the repository at this point in the history
npm
  • Loading branch information
arcticicestudio authored Dec 8, 2017
2 parents 1b564fc + 45e2cc8 commit a916aa1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
14 changes: 14 additions & 0 deletions snowblocks/npm/npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
; Copyright (c) 2016-2017 Arctic Ice Studio <[email protected]>
; Copyright (c) 2016-2017 Sven Greb <[email protected]>

; Project: igloo
; Repository: https://github.com/arcticicestudio/igloo
; License: MIT

init-author-name=Arctic Ice Studio
init-author-email=development@arcticicestudio
init-author-url=http://arcticicestudio.com
init-version=0.0.0
init-license=MIT
package-lock=false
save-exact=true
15 changes: 15 additions & 0 deletions snowblocks/npm/snowblock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[
{
"clean": ["~"]
},
{
"link": {
"~/.npmrc": {
"hosts": {
"archbook": "npmrc",
"igloo": "npmrc"
}
}
}
}
]

0 comments on commit a916aa1

Please sign in to comment.