From 121cd3548c251155c64e76e01f1bb80eba728ff7 Mon Sep 17 00:00:00 2001 From: Jelte Lagendijk Date: Wed, 9 Nov 2016 12:49:02 +0100 Subject: [PATCH] Update generator --- .gitignore | 1 - Gulpfile.js | 2 +- package.json | 69 ++++++++++++++++++++++++++-------------------------- 3 files changed, 36 insertions(+), 36 deletions(-) diff --git a/.gitignore b/.gitignore index 8b37d24..4f4740d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,3 @@ node_modules/ *DS_Store* .vscode/ *.bak -.yarnclean diff --git a/Gulpfile.js b/Gulpfile.js index 7adf4be..d461bcf 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -1,4 +1,4 @@ -// Generated on 2016-10-13 using generator-mendix 2.0.0 :: https://github.com/mendix/generator-mendix +// Generated on 2016-11-09 using generator-mendix 2.0.1 :: git+https://github.com/mendix/generator-mendix.git /*jshint -W069,-W097*/ "use strict"; diff --git a/package.json b/package.json index ac11f69..4e60990 100644 --- a/package.json +++ b/package.json @@ -1,36 +1,37 @@ { - "name": "CKEditorForMendix", - "version": "2.3.0", - "description": "A new WYSIWYG editor for Mendix that also has the ability to create MicroFlow links in your HTML output.", - "license": "Apache License, Version 2", - "author": "Mendix", - "private": true, - "dependencies": {}, - "devDependencies": { - "del": "^2.2.2", - "gulp": "^3.9.1", - "gulp-if": "^2.0.1", - "gulp-intercept": "^0.1.0", - "gulp-json-transform": "^0.4.2", - "gulp-newer": "^1.3.0", - "gulp-util": "^3.0.7", - "gulp-zip": "^3.2.0", - "widgetbuilder-gulp-helper": "https://github.com/JelteMX/widgetbuilder-gulp-helper/archive/1.0.1.tar.gz", - "yargs": "^6.0.0" - }, - "engines": { - "node": ">=5" - }, - "generatorVersion": "2.0.0", - "paths": { - "testProjectFolder": "./test/", - "testProjectFileName": "Test.mpr" - }, - "scripts": { - "build": "node ./node_modules/gulp/bin/gulp build", - "version": "node ./node_modules/gulp/bin/gulp version", - "icon": "node ./node_modules/gulp/bin/gulp icon", - "folders": "node ./node_modules/gulp/bin/gulp folders", - "modeler": "node ./node_modules/gulp/bin/gulp modeler" - } + "name": "CKEditorForMendix", + "version": "2.3.0", + "description": "A new WYSIWYG editor for Mendix that also has the ability to create MicroFlow links in your HTML output.", + "license": "Apache License, Version 2", + "author": "Mendix", + "private": true, + "dependencies": { + }, + "devDependencies": { + "del": "^2.2.2", + "gulp": "^3.9.1", + "gulp-if": "^2.0.1", + "gulp-intercept": "^0.1.0", + "gulp-json-transform": "^0.4.2", + "gulp-newer": "^1.3.0", + "gulp-util": "^3.0.7", + "gulp-zip": "^3.2.0", + "widgetbuilder-gulp-helper": "https://github.com/JelteMX/widgetbuilder-gulp-helper/archive/1.0.1.tar.gz", + "yargs": "^6.0.0" + }, + "engines": { + "node": ">=5" + }, + "generatorVersion": "2.0.1", + "paths": { + "testProjectFolder": "./test/", + "testProjectFileName": "Test.mpr" + }, + "scripts": { + "build": "node ./node_modules/gulp/bin/gulp build", + "version": "node ./node_modules/gulp/bin/gulp version", + "icon": "node ./node_modules/gulp/bin/gulp icon", + "folders": "node ./node_modules/gulp/bin/gulp folders", + "modeler": "node ./node_modules/gulp/bin/gulp modeler" + } }