Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
get ready for maybulb
Browse files Browse the repository at this point in the history
  • Loading branch information
soops committed Jul 22, 2016
1 parent b40449e commit f8c2b83
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
# License

Nimble is (c) 2016, Bright Co.
Nimble is (c) 2016, Maybulb.

This work is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -40,6 +40,7 @@ If you'd like to package Nimble, you can use our Gulp task for building Nimble.

```bash
gulp build # packages and builds Nimble into a ZIP and a DMG
sh clean-build.sh # clean build, reinstalls node modules and such
```

If you're bundling it, make sure to package it beforehand so that the `.app` exists for the disk image.
Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "Nimble",
"version": "1.3.1",
"version": "1.3.2",
"description": "A Wolfram|Alpha® menu bar app",
"main": "index.js",
"dependencies": {
Expand Down Expand Up @@ -30,20 +30,20 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/madebybright/nimble.git"
"url": "git+https://github.com/Maybulb/Nimble.git"
},
"keywords": [
"wolfram",
"nimble",
"osx",
"menubar"
],
"author": "Bright, Co.",
"author": "Maybulb",
"license": "CC-BY-NC-4.0",
"bugs": {
"url": "https://github.com/madebybright/nimble/issues"
"url": "https://github.com/Maybulb/Nimble/issues"
},
"homepage": "https://github.com/madebybright/nimble#readme",
"homepage": "https://github.com/Maybulb/Nimble#readme",
"build": {
"mac": {
"target": "default",
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Expand Up @@ -229,7 +229,7 @@
preferences.save();
}
}, {
label: "Report bugs to Bright HQ",
label: "Report bugs to Maybulb HQ",
type: "checkbox",
checked: window.options.bugreport,
click: function() {
Expand Down

0 comments on commit f8c2b83

Please sign in to comment.