Skip to content

Commit

Permalink
bump version to 0.1.1
Browse files Browse the repository at this point in the history
fix types config
  • Loading branch information
Zzzen committed Oct 28, 2020
1 parent edad027 commit a3caf55
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "pb-parser",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "./build/index.js",
"scripts": {
"prepublishOnly": "tsc",
"test": "jest"
},
"keywords": [],
"author": "",
"types": "build/index.d.ts",
"keywords": ["protobuf", "protocol-buffers", "parser", "typescript"],
"author": "Zzzen",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.11.1",
Expand Down

0 comments on commit a3caf55

Please sign in to comment.