Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Dec 20, 2021
1 parent 6410d6d commit a03b025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ng serve",
"build": "ng build",
"build:prod": "cross-env NODE_ENV=production ng build --configuration production",
"build:lib": "ng build lib --configuration production && cp tailwind.config.js dist/cookie-monster && cp README.md dist/cookie-monster",
"build:lib": "ng build lib --configuration production && cp README.md dist/cookie-monster",
"publish:lib": "npm publish dist/cookie-monster",
"deploy": "cross-env NODE_ENV=production ng deploy demo --base-href=/cookiemonster/",
"format": "prettier --write \"src/**/*.{ts,html}\" \"projects/**/*.ts\""
Expand Down
2 changes: 1 addition & 1 deletion projects/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@notiz/cookie-monster",
"description": "A customizable Cookie Consent Banner 🍪 for Angular.",
"version": "0.1.1",
"version": "0.2.0",
"keywords": [
"angular",
"tailwindcss",
Expand Down

0 comments on commit a03b025

Please sign in to comment.