Skip to content

Commit

Permalink
lib
Browse files Browse the repository at this point in the history
  • Loading branch information
imshengli committed Apr 26, 2017
1 parent 469d413 commit 15b4acd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,10 +1,11 @@
{
"name": "rich-editor",
"version": "0.1.9",
"version": "0.1.10",
"description": "A react editor component based on draftjs.",
"main": "lib/index.js",
"files": [
"dist/"
"dist/",
"lib/"
],
"scripts": {
"build": "rimraf lib && babel src --copy-files --extensions .js,.jsx --out-dir lib",
Expand Down

0 comments on commit 15b4acd

Please sign in to comment.