From 36d81a6ec9e3373aa53e943e4bc253730c55fe34 Mon Sep 17 00:00:00 2001 From: Egon schmid Date: Sun, 5 Jun 2016 12:33:02 +0200 Subject: [PATCH] updated package.json and gruntfile.js --- gruntfile.js | 2 +- package.json | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/gruntfile.js b/gruntfile.js index 7a8f4160..d2f1a2f7 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -98,7 +98,7 @@ module.exports = function (grunt) { prune: true, overwrite: true, out: path.join(__dirname, 'dist'), - ignore: /submodules\/ace\/(?!src-min)|submodules\/ace\/(?=src-min-noconflict)|node_modules\/devicon\/icons|dist|^\/browser|^\/secret|\.babelrc|\.gitignore|^\/\.gitmodules|^\/gruntfile|^\/readme.md|^\/webpack|^\/appdmg\.json|^\/node_modules\/grunt/ + ignore: /node_modules\/ace-builds\/(?!src-min)|node_modules\/ace-builds\/(?=src-min-noconflict)|node_modules\/devicon\/icons|dist|^\/browser|^\/secret|\.babelrc|\.gitignore|^\/\.gitmodules|^\/gruntfile|^\/readme.md|^\/webpack|^\/appdmg\.json|^\/node_modules\/grunt/ } switch (platform) { case 'win': diff --git a/package.json b/package.json index 6f5715a2..fe1ff835 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@rokt33r/markdown-it-math": "^4.0.1", "@rokt33r/node-ipc": "^5.0.4", "@rokt33r/sanitize-html": "^1.11.2", - "ace": "git+ssh://git@github.com/ajaxorg/ace-builds.git", + "ace-builds": "git+https://git@github.com/ajaxorg/ace-builds.git", "devicon": "^2.0.0", "electron-gh-releases": "^2.0.2", "font-awesome": "^4.3.0", @@ -84,9 +84,6 @@ }, "optional": false, "standard": { - "ignore": [ - "submodules" - ], "globals": [ "localStorage" ]