Skip to content

Commit b25a5a1

Browse files
authored
Merge pull request #16 from SalesLoft/summernote-0.8.2
Bump to Summernote v0.8.2
2 parents dced2c0 + c51dd43 commit b25a5a1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"readmeFilename": "README.md",
3131
"dependencies": {
32-
"summernote-webpack-fix": "^0.8.1",
32+
"summernote": "^0.8.2",
3333
"codemirror": "^5.11.0"
3434
},
3535
"peerDependencies": {
@@ -56,4 +56,4 @@
5656
"eslint-plugin-import": "2.2.0",
5757
"eslint-plugin-jsx-a11y": "2.2.3"
5858
}
59-
}
59+
}

src/Summernote.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* global $ */
22

3-
import 'summernote-webpack-fix/dist/summernote';
4-
import 'summernote-webpack-fix/dist/summernote.css';
3+
import 'summernote/dist/summernote';
4+
import 'summernote/dist/summernote.css';
55
import 'codemirror/lib/codemirror.css';
66
import React, { Component, PropTypes } from 'react';
77

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
jQuery: 'jquery'
3939
}),
4040
new CopyWebpackPlugin([{
41-
from: 'node_modules/summernote-webpack-fix/dist/lang', to: '../lang'
41+
from: 'node_modules/summernote/dist/lang', to: '../lang'
4242
}]),
4343
new ExtractTextPlugin('[name].css')
4444
],

0 commit comments

Comments
 (0)