@dhis2/d2-ui-rich-text
Advanced tools
Comparing version 5.0.17 to 5.0.18
@@ -1,3 +0,1 @@ | ||
var _this = this; | ||
var state = { | ||
@@ -40,3 +38,3 @@ boldMode: false, | ||
_this.toggleMode(mode); | ||
toggleMode(mode); | ||
} | ||
@@ -43,0 +41,0 @@ |
@@ -9,6 +9,6 @@ { | ||
"scripts": { | ||
"coverage": "jest --coverage", | ||
"coverage": "jest --coverage --config=../../jest.config.js packages/rich-text", | ||
"test-ci": "jest --config=../../jest.config.js packages/rich-text", | ||
"lint": "eslint src/", | ||
"prebuild": "rimraf ./build/*", | ||
"prebuild": "npm run lint && rimraf ./build/*", | ||
"build": "cross-env BABEL_ENV=es babel src --out-dir build --ignore spec.js", | ||
@@ -33,3 +33,4 @@ "watch": "yarn build -- --watch" | ||
}, | ||
"version": "5.0.17" | ||
"version": "5.0.18", | ||
"private": false | ||
} |
Sorry, the diff of this file is not supported yet
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
8797
217