This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the README and bumped the version number. Welcome to v1.0!
- Loading branch information
Showing
5 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "A desktop front-end for Spansh's neutron router.", | ||
"author": "Jesse Bryan <[email protected]>", | ||
"productName": "Neutron", | ||
"version": "0.3.1", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"production": false, | ||
"dependencies": { | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "neutron", | ||
"description": "A desktop front-end for Spansh's neutron router.", | ||
"author": "Jesse Bryan <[email protected]>", | ||
"version": "0.3.1", | ||
"version": "1.0.0", | ||
"xo": { | ||
"space": true, | ||
"semicolon": false | ||
|
@@ -39,7 +39,7 @@ | |
"dist": "npm run webpack:dist && npm run sass && build --em.production=true", | ||
"pack": "npm run webpack:pack && npm run sass && build --dir", | ||
"postinstall": "install-app-deps", | ||
"release": "npm run webpack:dist && npm run sass && build --em.production=true", | ||
"release": "build --em.production=true", | ||
"sass": "node-sass --include-path sass --output-style compressed sass/base.scss app/dist/bundle.css", | ||
"start": "npm run webpack:pack && npm run sass && electron app", | ||
"webpack:dist": "cross-env NODE_ENV=production webpack -p", | ||
|