Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #48 from nodejs/dev-setup
Browse files Browse the repository at this point in the history
Enable JS passthrough and a nicer productName
  • Loading branch information
felixrieseberg authored Jun 27, 2017
2 parents 3eedd66 + f21164f commit 571c923
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .compilerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"env": {
"development": {
"application/javascript": {
"passthrough": true
}
},
"production": {
"application/javascript": {
"passthrough": true
}
}
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dist/
.vscode
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "installer",
"version": "0.1.0",
"productName": "node-installer",
"productName": "Node.js Installer",
"description": "An Electron application for installing, updating and managing versions of Node.js.",
"main": "src/main/main.js",
"scripts": {
Expand Down

0 comments on commit 571c923

Please sign in to comment.