Skip to content

Commit

Permalink
TINY-1300: update package.json and grunt for dist package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattias Wikstrom committed Oct 18, 2017
1 parent f4bd56a commit cef43f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Expand Up @@ -210,10 +210,11 @@ module.exports = function (grunt) {
"name": "tinymce",
"version": packageData.version,
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"author": "Ephox",
"main": "tinymce.js",
"license": "LGPL-2.1",
"keywords": ["editor", "wysiwyg", "tinymce", "richtext", "javascript", "html"],
"bugs": { "url": "http://www.tinymce.com/develop/bugtracker.php" }
"bugs": { "url": "https://github.com/tinymce/tinymce/issues" }
}));

zip.addData("composer.json", jsonToBuffer({
Expand Down
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -6,10 +6,11 @@
"url": "https://github.com/tinymce/tinymce.git"
},
"description": "TinyMCE rich text editor",
"author": "Johan Sörlin <spocke@moxiecode.com>",
"author": "Ephox",
"bugs": {
"url": "http://www.tinymce.com/develop/bugtracker.php"
"url": "https://github.com/tinymce/tinymce/issues"
},
"license": "LGPL-2.1",
"private": true,
"engines": {
"node": ">=0.10.26"
Expand Down

0 comments on commit cef43f3

Please sign in to comment.