Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: remove dep to depDev because use buildin #2

Merged
merged 3 commits into from
May 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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