Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm #96

Merged
merged 1 commit into from
Dec 8, 2017
Merged

npm #96

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}
}
}
]