react-quill
Advanced tools
Comparing version 1.0.0-beta-5 to 1.0.0-rc-1
{ | ||
"name": "react-quill", | ||
"version": "1.0.0-beta-5", | ||
"version": "1.0.0-rc-1", | ||
"description": "The Quill rich-text editor as a React component.", | ||
@@ -16,6 +16,9 @@ "author": "zenoamaro <zenoamaro@gmail.com>", | ||
}, | ||
"main": "dist/react-quill.min.js", | ||
"main": "lib/index.js", | ||
"browser": "lib/index.js", | ||
"scripts": { | ||
"test": "make test", | ||
"build": "make build" | ||
"build": "make build", | ||
"prepublish": "make build", | ||
"postpublish": "make clean" | ||
}, | ||
@@ -36,2 +39,3 @@ "engines": { | ||
"dist/", | ||
"lib/", | ||
"README.md", | ||
@@ -38,0 +42,0 @@ "CHANGELOG.md", |
@@ -35,5 +35,5 @@ React-Quill [![Build Status](https://travis-ci.org/zenoamaro/react-quill.svg?branch=master)](https://travis-ci.org/zenoamaro/react-quill) | ||
🎧 **Latest published package version: `v1.0.0-beta-4`** | ||
🎧 **Latest published package version: `v1.0.0-rc-1`** | ||
Follow React Quill's development on the beta channel leading to `v1.0.0`. | ||
`npm install react-quill@v1.0.0-beta-4` | ||
`npm install react-quill@v1.0.0-rc-1` | ||
@@ -87,3 +87,3 @@ --- | ||
<link rel="stylesheet" href="node_modules/react-quill/dist/quill.bubble.css"> | ||
<link rel="stylesheet" href="node_modules/react-quill/dist/quill.base.css"> | ||
<link rel="stylesheet" href="node_modules/react-quill/dist/quill.core.css"> | ||
``` | ||
@@ -90,0 +90,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3066327
15
17406