@mvsde/iframe-click-to-play
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.1.1](https://github.com/mvsde/iframe-click-to-play/compare/v0.1.0...v0.1.1) (2020-03-27) | ||
### Features | ||
* Add CommonJS build ([355cac6](https://github.com/mvsde/iframe-click-to-play/commit/355cac6546295a76197f23eb8f2df873fb3b6277)) | ||
## 0.1.0 (2020-03-27) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@mvsde/iframe-click-to-play", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": { | ||
@@ -19,5 +19,11 @@ "name": "Fynn Becker", | ||
"lint": "eslint --cache --format codeframe *.js", | ||
"release": "standard-version" | ||
"build": "rollup --config", | ||
"release": "standard-version", | ||
"prepack": "npm run build" | ||
}, | ||
"browser": "index.js", | ||
"main": "dist/iframe-click-to-play.common.js", | ||
"module": "dist/iframe-click-to-play.esm.js", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"eslintConfig": { | ||
@@ -33,4 +39,5 @@ "extends": "standard" | ||
"eslint-plugin-standard": "^4.0.1", | ||
"rollup": "^2.2.0", | ||
"standard-version": "^7.1.0" | ||
} | ||
} |
10187
9
80
8