We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3cd1c commit 1afbc77Copy full SHA for 1afbc77
package.json
@@ -1,8 +1,9 @@
1
{
2
"name": "vue-iframes",
3
- "version": "0.0.13",
+ "version": "0.0.15",
4
"description": "Vue component for creating dynamic async iframes",
5
"main": "dist/vue-iframes.js",
6
+ "files": ["dist", "README.md"],
7
"scripts": {
8
"dev": "NODE_ENV=development webpack-dev-server --config ./build/webpack.dev.js --open --inline --hot",
9
"build:debug": "NODE_ENV=debug webpack --config build/webpack.dist.js",
0 commit comments