diff --git a/Grunt/package.json b/Grunt/package.json index 5f0dbef..576470d 100644 --- a/Grunt/package.json +++ b/Grunt/package.json @@ -1,7 +1,7 @@ { - "name": "ux-grunt-theming", + "name": "mendix-ux-grunt-theming", "private": true, - "version": "1.0.0", + "version": "1.2.0", "description": "Gruntfile for UX to make theming a lot easier", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/Gulp/package.json b/Gulp/package.json index 8813e27..f81f2d5 100644 --- a/Gulp/package.json +++ b/Gulp/package.json @@ -1,7 +1,7 @@ { - "name": "ux-gulp-theming", + "name": "mendix-ux-gulp-theming", "private": true, - "version": "1.0.0", + "version": "1.2.0", "description": "Gulpfile for UX to make theming a lot easier", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/package.json b/package.json index b1e3654..c999028 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "ux-theming", - "version": "1.0.0", + "version": "1.2.0", "description": "Make theming easier, using Grunt or Gulp", + "private": true, "main": "build.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"