bump datagenerator for translation

This commit is contained in:
Dave Conway-Jones 2021-03-12 20:46:19 +00:00
parent 0a3b8614a1
commit 23a95ec9da
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<script type="text/x-red" data-template-name="data-generator">
<script type="text/html" data-template-name="data-generator">
<div class="form-row">
<label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="node-red:common.label.name"></span></label>
<input type="text" id="node-input-name" data-i18n="[placeholder]node-red:common.label.name">

View File

@ -1,5 +1,5 @@
<script type="text/x-red" data-help-name="data-generator">
<script type="text/html" data-help-name="data-generator">
<p>Creates dummy data strings based on a handlebars-style template.</p>
<p>Uses the <i><a href="https://github.com/webroo/dummy-json/blob/master/README.md" target="_new">dummy-json</a></i>
module, which can create rich sets of dummy data for testing or other uses.</p>

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-data-generator",
"version" : "0.1.1",
"version" : "0.2.0",
"description" : "A Node-RED node to create a string of dummy data values from a template. Useful for test-cases.",
"dependencies" : {
"dummy-json": "^2.0.0"