Skip to content

Commit

Permalink
progress ++
Browse files Browse the repository at this point in the history
  • Loading branch information
margox committed Aug 11, 2017
1 parent 6e67909 commit a6cada6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 59fe
Copyright (c) 2017 Margox (http://margox.cn)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "braft",
"version": "1.0.0",
"version": "0.1.0",
"description": "Rich Text Editor Based On Draft.js",
"main": "dist/braft.js",
"author": "Margox",
Expand All @@ -27,6 +27,7 @@
"postcss-loader": "^2.0.6",
"react-hot-loader": "^1.3.0",
"sass-loader": "^6.0.5",
"file-loader": "^0.11.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.6.1",
Expand All @@ -38,7 +39,6 @@
"draft-convert": "^1.4.6",
"draft-js": "^0.10.1",
"draftjs-utils": "^0.7.5",
"file-loader": "^0.11.1",
"react": "^15.5.4",
"react-dom": "^15.5.4"
}
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Expand Up @@ -9,7 +9,6 @@ module.exports = merge(baseConfigs, {
entry: {
index : './example/index.jsx'
},
//入口文件输出配置
output: {
path: path.join(__dirname, './dist'),
filename: '[name].js'
Expand Down

0 comments on commit a6cada6

Please sign in to comment.