draftjs-filters
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -5,2 +5,10 @@ # Change Log | ||
<a name="0.6.1"></a> | ||
## [0.6.1](https://github.com/thibaudcolas/draftjs-filters/compare/v0.6.0...v0.6.1) (2018-01-26) | ||
### Bug Fixes | ||
* **release:** replace prepublish script with prepublishOnly ([2d5e01f](https://github.com/thibaudcolas/draftjs-filters/commit/2d5e01f)) | ||
<a name="0.6.0"></a> | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "draftjs-filters", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Filter Draft.js content to preserve only the formatting you allow", | ||
@@ -101,4 +101,4 @@ "author": "Thibaud Colas", | ||
"test:ci": "npm run lint -s && npm run flow -s && npm run dist -s && npm run test:coverage -s -- --outputFile build/test-results.json --json", | ||
"prepublish": "npm run dist -s" | ||
"prepublishOnly": "npm run dist -s" | ||
} | ||
} |
50373