Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Jul 13, 2024
1 parent c884622 commit 43125e2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- name: Install
run: npm install
- name: Build
Expand Down
1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

3 changes: 0 additions & 3 deletions package-lock.json

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

11 changes: 0 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,10 @@
"require": "./dist/default/cjs/index.js"
}
},
"repository": "https://github.com/RubyResearch/agent-twitter-client.git",
"author": "Ruby Research",
"license": "MIT",
"engines": {
"node": ">=16"
},
"scripts": {
"build": "rimraf dist && rollup -c",
"commit": "cz",
"docs:generate": "typedoc --options typedoc.json",
"docs:deploy": "npm run docs:generate && gh-pages -d docs",
"format": "prettier --write src/**/*.ts",
Expand All @@ -54,7 +49,6 @@
"@types/tough-cookie": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.3.1",
"esbuild": "^0.21.5",
"eslint": "^8.41.0",
Expand All @@ -73,11 +67,6 @@
"typedoc": "^0.24.7",
"typescript": "^5.0.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.{js,ts}": [
"eslint --cache --fix",
Expand Down

0 comments on commit 43125e2

Please sign in to comment.