Skip to content

Commit 1afbc77

Browse files
committed
fix: 🙈 bump v 0.0.15
1 parent 2b3cd1c commit 1afbc77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "vue-iframes",
3-
"version": "0.0.13",
3+
"version": "0.0.15",
44
"description": "Vue component for creating dynamic async iframes",
55
"main": "dist/vue-iframes.js",
6+
"files": ["dist", "README.md"],
67
"scripts": {
78
"dev": "NODE_ENV=development webpack-dev-server --config ./build/webpack.dev.js --open --inline --hot",
89
"build:debug": "NODE_ENV=debug webpack --config build/webpack.dist.js",

0 commit comments

Comments
 (0)