Skip to content

Commit

Permalink
fixed readme & .npmignore
Browse files Browse the repository at this point in the history
fixed version in package.json

fixed version 1.0.8
  • Loading branch information
liuwenjun committed Aug 2, 2019
1 parent a9a2305 commit 22790bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.nyc_output
.rpt2_cache
coverage
dist
src
test
coverage/
dist/
src/
test/
tsconfig.json
tslint.json
update.bat
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# libusb
# @passoa/pack

[![Build status](https://dev.azure.com/passoa/pack/_apis/build/status/pack-CI)](https://dev.azure.com/passoa/pack/_apis/build/status/pack-CI?branchName=master)
<!-- [![Coverity Scan Build Status](https://scan.coverity.com/projects/2180/badge.svg)](https://scan.coverity.com/projects/libusb-libusb) -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@passoa/pack",
"version": "1.0.7",
"version": "1.0.8",
"description": "",
"main": "lib/index.js",
"types": "lib/src/index.d.ts",
Expand Down

0 comments on commit 22790bc

Please sign in to comment.