Set version to 0.0.1

This commit is contained in:
2020-05-06 09:17:26 +02:00
parent 43af48334c
commit c1e31f4b0e
3 changed files with 5 additions and 5 deletions

View File

@@ -6,8 +6,8 @@
"build": "webpack",
"start": "webpack-dev-server",
"updatelib": "run-script-os",
"updatelib:win32": "pushd ..\\.. && npm pack && popd && npm install ../../bindable-property-1.0.0.tgz",
"updatelib:default": "pushd ../.. && npm pack && popd && npm install ../../bindable-property-1.0.0.tgz"
"updatelib:win32": "pushd ..\\.. && npm pack && popd && npm install ../../bindable-property-0.0.1.tgz",
"updatelib:default": "pushd ../.. && npm pack && popd && npm install ../../bindable-property-0.0.1.tgz"
},
"keywords": [],
"author": "",

View File

@@ -6,8 +6,8 @@
"build": "webpack",
"start": "webpack-dev-server",
"updatelib": "run-script-os",
"updatelib:win32": "pushd ..\\.. && npm pack && popd && npm install ../../bindable-property-1.0.0.tgz",
"updatelib:default": "pushd ../.. && npm pack && popd && npm install ../../bindable-property-1.0.0.tgz"
"updatelib:win32": "pushd ..\\.. && npm pack && popd && npm install ../../bindable-property-0.0.1.tgz",
"updatelib:default": "pushd ../.. && npm pack && popd && npm install ../../bindable-property-0.0.1.tgz"
},
"keywords": [],
"author": "",

View File

@@ -1,6 +1,6 @@
{
"name": "bindable-property",
"version": "1.0.0",
"version": "0.0.1",
"scripts": {
"build": "gulp build",
"clean": "gulp clean"