Skip to content

Commit

Permalink
Merge pull request #2 from Scrum/milestone-0.0.3
Browse files Browse the repository at this point in the history
build: remove dep to depDev because use buildin
  • Loading branch information
Scrum committed May 24, 2019
2 parents 3f308d7 + a12a2a1 commit f5bb55e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
## <small>0.0.3 (2019-05-24)</small>

* build: remove dep to depDev because use buildin ([da92d8d](https://github.com/scrum/vue-restricted-input/commit/da92d8d))
* build: update depDev ([ca432d6](https://github.com/scrum/vue-restricted-input/commit/ca432d6))
* ci: fix version ([216811f](https://github.com/scrum/vue-restricted-input/commit/216811f))
* ci: fix version for appveyor ([3f308d7](https://github.com/scrum/vue-restricted-input/commit/3f308d7))



## <small>0.0.2 (2019-05-22)</small>

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



Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-restricted-input",
"version": "0.0.2",
"version": "0.0.3",
"description": "Creates a pattern for restricted-input from data obtained from credit-card-type",
"license": "MIT",
"repository": "scrum/vue-restricted-input",
Expand Down Expand Up @@ -34,9 +34,7 @@
"pattern",
"mask"
],
"dependencies": {
"restricted-input": "^2.0.1"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
Expand Down Expand Up @@ -70,6 +68,7 @@
"require-extension-hooks": "^0.3.3",
"require-extension-hooks-babel": "^1.0.0",
"require-extension-hooks-vue": "^3.0.0",
"restricted-input": "^2.0.1",
"rimraf": "^2.6.3",
"rollup": "^1.1.2",
"rollup-plugin-babel": "^4.3.2",
Expand Down

0 comments on commit f5bb55e

Please sign in to comment.