Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Jan 3, 2020
1 parent cd334b9 commit 304a458
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
"drag-and-drop",
"page-editor",
"web-builder",
"html-builder",
"builder",
"editor",
"draft-js",
"framework"
"framework",
"wysiwyg",
"html"
],
"author": "Prev Wong <prevwong@gmail.com>",
"homepage": "https://github.com/prevwong/craft.js/",
Expand Down
10 changes: 10 additions & 0 deletions packages/layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"name": "@craftjs/layers",
"description": "A Photoshop-like layers panel for your page editor",
"keywords": [
"wysiwyg",
"html",
"layers",
"photoshop",
"craftjs",
"page-editor",
"web-builder",
"react"
],
"version": "0.1.0-alpha.2",
"author": "Prev Wong <prevwong@gmail.com>",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 304a458

Please sign in to comment.