@noprotocol/np-form
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -24,7 +24,12 @@ # Changelog Template | ||
## [1.0.1.] - 2019-05-07 | ||
## [1.0.2] - 2019-05-07 | ||
### [ADDED] | ||
- Development.vue for local development | ||
- Vue CLI serve script to run the local development setup | ||
## [1.0.1] - 2019-05-07 | ||
### [FIXED] | ||
- Build script builds the right modules. | ||
## [1.0.0.] - 2019-05-07 | ||
## [1.0.0] - 2019-05-07 | ||
### [ADDED] | ||
@@ -31,0 +36,0 @@ - Build config |
{ | ||
"name": "@noprotocol/np-form", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "noprotocol vue form plugin", | ||
@@ -15,2 +15,4 @@ "author": "Jurian Konings, Yaro Schiffelers", | ||
"test": "test", | ||
"dev": "yarn serve", | ||
"serve": "vue serve lib/Development.vue", | ||
"build": "yarn build:umd & yarn build:es & yarn build:unpkg", | ||
@@ -17,0 +19,0 @@ "build:umd": "rollup --config build/rollup.config.js --format umd --file dist/np-form.umd.js", |
@@ -75,2 +75,10 @@ # Np-form | ||
Update the version | ||
```bash | ||
npm version 1.[minor].[patch] | ||
``` | ||
Then publish: | ||
```bash | ||
@@ -77,0 +85,0 @@ npm publish --access public |
508721
21
138