Skip to content

Commit

Permalink
Mastermindify
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotdrew committed Feb 14, 2017
1 parent 07719f3 commit 6abd4b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var buildDir = path.join(__dirname, 'build')
console.log('build directory', buildDir)

function productName() {
var name = 'Learn IDE';
var name = 'Mastermind IDE';

if (buildBeta) {
name += ' Beta';
Expand Down
6 changes: 3 additions & 3 deletions menus/learn-ide.cson
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'context-menu':
'atom-text-editor': [
{
'label': 'Toggle Learn IDE Terminal'
'label': 'Toggle Mastermind Terminal'
'command': 'learn-ide:toggle-terminal'
}
]
Expand All @@ -15,15 +15,15 @@
'command': 'learn-ide:paste'
}
{
'label': 'Hide Learn IDE Terminal'
'label': 'Hide Mastermind Terminal'
'command': 'learn-ide:toggle-terminal'
}
]
'menu': [
{
'label': 'Packages'
'submenu': [
'label': 'Learn IDE'
'label': 'Mastermind'
'submenu': [
{
'label': 'Reconnect'
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "learn-ide",
"version": "2.3.3",
"name": "mastermind",
"version": "2.4.14",
"atomVersion": "1.14.1",
"main": "./lib/learn-ide",
"urlMain": "./lib/url-handler",
"description": "An integrated development environment for Learn.co",
"description": "The Learn IDE's evil twin that we use for testing",
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js"
},
"keywords": [],
"repository": "https://github.com/learn-co/learn-ide",
"repository": "https://github.com/learn-co/mastermind",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
Expand Down Expand Up @@ -37,7 +37,7 @@
"atom-material-syntax-dark": "0.2.7",
"atom-material-syntax-light": "0.4.6",
"learn-ide-material-ui": "1.3.12",
"learn-ide-tree": "1.0.21"
"mirage": "1.0.29"
},
"configSchema": {
"notifier": {
Expand Down

0 comments on commit 6abd4b3

Please sign in to comment.