Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 13, 2023
1 parent 195f67f commit e3bcc45
Show file tree
Hide file tree
Showing 46 changed files with 7 additions and 316 deletions.
8 changes: 1 addition & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ updates:
interval: "daily"

- package-ecosystem: "npm"
directory: "/NPM"
schedule:
interval: "daily"
versioning-strategy: increase

- package-ecosystem: "npm"
directory: "/website"
directory: "/"
schedule:
interval: "daily"
versioning-strategy: increase
4 changes: 2 additions & 2 deletions .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:

- run: npm install -g npm

- name: Publish ./NPM
- name: Publish .
continue-on-error: true
working-directory: ./NPM
working-directory: .
run: |
npm install --legacy-peer-deps
npm publish --legacy-peer-deps --provenance
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,18 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
cache-dependency-path: ./NPM/pnpm-lock.yaml
cache-dependency-path: ./pnpm-lock.yaml

- run: pnpm install
working-directory: ./NPM
working-directory: .

- run: pnpm run prepublishOnly
working-directory: ./NPM
working-directory: .

- uses: actions/upload-artifact@v3.1.2
with:
name: .-NPM-Node-${{ matrix.node-version }}-Target
path: ./NPM/Target
path: ./Target

- uses: actions/setup-node@v3.7.0
with:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 0 additions & 19 deletions website/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions website/.npmignore

This file was deleted.

3 changes: 0 additions & 3 deletions website/CHANGELOG.md

This file was deleted.

2 changes: 0 additions & 2 deletions website/Public/robots.txt

This file was deleted.

10 changes: 0 additions & 10 deletions website/Public/site.webmanifest

This file was deleted.

5 changes: 0 additions & 5 deletions website/README.md

This file was deleted.

56 changes: 0 additions & 56 deletions website/Source/Layout/Base.astro

This file was deleted.

10 changes: 0 additions & 10 deletions website/Source/Library/Environment.ts

This file was deleted.

12 changes: 0 additions & 12 deletions website/Source/Script/FIREBASE.ts

This file was deleted.

4 changes: 0 additions & 4 deletions website/Source/Style/Base.css

This file was deleted.

24 changes: 0 additions & 24 deletions website/Source/Style/Global.css

This file was deleted.

5 changes: 0 additions & 5 deletions website/Source/pages/index.astro

This file was deleted.

33 changes: 0 additions & 33 deletions website/astro.config.ts

This file was deleted.

51 changes: 0 additions & 51 deletions website/package.json

This file was deleted.

17 changes: 0 additions & 17 deletions website/postcss.config.js

This file was deleted.

29 changes: 0 additions & 29 deletions website/tailwind.config.js

This file was deleted.

18 changes: 0 additions & 18 deletions website/tsconfig.json

This file was deleted.

0 comments on commit e3bcc45

Please sign in to comment.