Skip to content

Commit f5bb55e

Browse files
authored
Merge pull request #2 from Scrum/milestone-0.0.3
build: remove dep to depDev because use buildin
2 parents 3f308d7 + a12a2a1 commit f5bb55e

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1+
## <small>0.0.3 (2019-05-24)</small>
2+
3+
* build: remove dep to depDev because use buildin ([da92d8d](https://github.com/scrum/vue-restricted-input/commit/da92d8d))
4+
* build: update depDev ([ca432d6](https://github.com/scrum/vue-restricted-input/commit/ca432d6))
5+
* ci: fix version ([216811f](https://github.com/scrum/vue-restricted-input/commit/216811f))
6+
* ci: fix version for appveyor ([3f308d7](https://github.com/scrum/vue-restricted-input/commit/3f308d7))
7+
8+
9+
110
## <small>0.0.2 (2019-05-22)</small>
211

12+
* 0.0.2 ([b1de000](https://github.com/scrum/vue-restricted-input/commit/b1de000))
313
* build: lost dist folder in npm for CDN ([4fe4e5d](https://github.com/scrum/vue-restricted-input/commit/4fe4e5d))
14+
* build: update changelog ([1755906](https://github.com/scrum/vue-restricted-input/commit/1755906))
415

516

617

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-restricted-input",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Creates a pattern for restricted-input from data obtained from credit-card-type",
55
"license": "MIT",
66
"repository": "scrum/vue-restricted-input",
@@ -34,9 +34,7 @@
3434
"pattern",
3535
"mask"
3636
],
37-
"dependencies": {
38-
"restricted-input": "^2.0.1"
39-
},
37+
"dependencies": {},
4038
"devDependencies": {
4139
"@babel/core": "^7.2.2",
4240
"@babel/preset-env": "^7.3.1",
@@ -70,6 +68,7 @@
7068
"require-extension-hooks": "^0.3.3",
7169
"require-extension-hooks-babel": "^1.0.0",
7270
"require-extension-hooks-vue": "^3.0.0",
71+
"restricted-input": "^2.0.1",
7372
"rimraf": "^2.6.3",
7473
"rollup": "^1.1.2",
7574
"rollup-plugin-babel": "^4.3.2",

0 commit comments

Comments
 (0)