storyblok-react
Advanced tools
Comparing version 0.0.10 to 0.1.0
@@ -50,3 +50,3 @@ 'use strict'; | ||
} else { | ||
throw new TypeError('It seems that you are using a DOM text node inside the SbEditable wrapper. Please wrap it with an HTML DOM element.'); | ||
throw new TypeError('It seems that you are using a DOM text-node inside the SbEditable wrapper. Please wrap it with an HTML DOM element.'); | ||
} | ||
@@ -53,0 +53,0 @@ } |
{ | ||
"name": "storyblok-react", | ||
"version": "0.0.10", | ||
"version": "0.1.0", | ||
"description": "React component for storyblok.", | ||
@@ -17,3 +17,5 @@ "keywords": [ | ||
"build": "babel -d lib/ src/ && date", | ||
"build:watch": "watch 'npm run build' ./src" | ||
"build:watch": "watch 'npm run build' ./src", | ||
"test": "echo \"No test specified\" && exit 0", | ||
"prepare": "npm run-script build" | ||
}, | ||
@@ -30,3 +32,3 @@ "devDependencies": { | ||
}, | ||
"dependencies": { | ||
"peerDependencies": { | ||
"react": ">=15.3.2", | ||
@@ -33,0 +35,0 @@ "react-dom": ">=15.3.2" |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
6523
3
- Removedreact@>=15.3.2
- Removedreact-dom@>=15.3.2