Skip to content

Commit

Permalink
2.0.0-beta.1 - fix broken npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesHoppe committed Jan 26, 2024
1 parent dfc4b18 commit 07231af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-cli-ghpages",
"version": "2.0.0-beta",
"version": "2.0.0-beta.1",
"description": "Deploy your Angular app to GitHub Pages or Cloudflare Pages directly from the Angular CLI (ng deploy)",
"main": "index.js",
"bin": {
Expand All @@ -12,6 +12,7 @@
"build": "tsc -p tsconfig.build.json",
"postbuild": "copyfiles builders.json collection.json ng-add-schema.json package.json angular-cli-ghpages deploy/schema.json dist && copyfiles ../README.md dist/README.md",
"test": "jest",
"prepublishOnly": "echo \"MAKE SURE TO TYPE 'npm run publish-to-npm' AND NOT 'npm publish'!\"",
"publish-to-npm": "npm run build && cd dist && npm publish"
},
"schematics": "./collection.json",
Expand Down

0 comments on commit 07231af

Please sign in to comment.