Skip to content

Commit

Permalink
cleanup root project
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Oct 27, 2023
1 parent 6560a2d commit a753b01
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 352 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
version: 8
- name: Install dependencies
run: pnpm install --strict-peer-dependencies --no-frozen-lockfile
run: pnpm install --strict-peer-dependencies=false --no-frozen-lockfile
- name: Run build
run: pnpm build
- name: Run test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
version: 8
- name: Install dependencies
run: pnpm install --strict-peer-dependencies --no-frozen-lockfile
run: pnpm install --strict-peer-dependencies=false --no-frozen-lockfile
- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
Expand Down
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

15 changes: 2 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,14 @@
"private": true,
"version": "0.0.0",
"license": "MIT",
"main": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"scripts": {
"build": "turbo run build",
"test": "turbo run test --parallel",
"lint": "turbo run lint --parallel",
"lint:fix": "turbo run lint:fix --parallel",
"format": "turbo run format --parallel",
"clean": "turbo run clean --parallel",
"release": "pnpm build && pnpm changeset publish",
"postinstall": "pnpm run prepare",
"prepare": "husky install"
"release": "pnpm build && pnpm changeset publish"
},
"devDependencies": {
"@babel/core": "^7.23.0",
Expand All @@ -27,20 +22,14 @@
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@types/react": "^18.2.22",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"starknet": "5.19.0",
"turbo": "^1.10.14",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=16"
},
"lint-staged": {
"*.{js,ts,tsx}": "pnpm run lint:fix"
"node": ">=18"
},
"dependencies": {
"@starknet-react/core": "workspace:^",
Expand Down
Loading

0 comments on commit a753b01

Please sign in to comment.