Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyGillespie committed Mar 11, 2024
1 parent 5805261 commit 87db02a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fossalyze/privacy-friendly-iframe",
"version": "1.0.0",
"version": "1.1.0",
"description": "Delay rendering an iframe until consent has been provided.",
"main": "index.js",
"watch": {
Expand All @@ -21,12 +21,10 @@
"pre-build": "rm -rf ./build && tsc && cp ./src/*.css ./build",
"dist:lib": "rm -rf ./dist/lib && mkdir -p ./dist/lib && cp -r ./build/* ./dist/lib",
"dist:prod": "rm -rf ./dist/prod && mkdir -p ./dist/prod && webpack --config ./webpack.config.js && cleancss -o ./dist/prod/pf-iframe.min.css ./build/pf-iframe.css",

"copy:non-code": "npm run copy:packagejson && npm run copy:readme && npm run copy:license",
"copy:packagejson": "cp ./package.json ./dist/lib/package.json",
"copy:readme": "cp ./README.md ./dist/lib/README.md && cp ./README.md ./dist/prod/README.md",
"copy:license": "cp ./LICENSE ./dist/lib/LICENSE && cp ./LICENSE ./dist/prod/LICENSE",

"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
Expand Down

0 comments on commit 87db02a

Please sign in to comment.