Skip to content

Commit

Permalink
bump to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PLhery committed Oct 29, 2020
1 parent d3dfd9d commit 00c3348
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm build
# Publish to npm
- run: npm publish --access public
env:
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.2.3
-----
- Fix npm package (was not built)

0.2.1
-----
- Export typescript definitions
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "twitter-api-v2",
"version": "0.2.1",
"version": "0.2.3",
"description": "Twitter api v1 and v2 client for node",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build"
},
"repository": "github:plhery/node-twitter-api",
"author": "Paul-Louis Hery <[email protected]> (https://twitter.com/plhery)",
"license": "Apache-2.0",
"files": ["dist"],
"devDependencies": {
"@types/node": "^14.6.4",
"commander": "^6.1.0",
Expand Down

0 comments on commit 00c3348

Please sign in to comment.