Skip to content

Commit

Permalink
version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jul 12, 2017
1 parent 67065bd commit 4e3a601
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var obj = parse('my-server:12345');
</script>
```

* **TypeScript 2.x**
* **TypeScript**

```ts
import * as parse from './connection-string/src'
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connection-string",
"version": "0.0.5",
"version": "0.1.0",
"description": "URL Connection String Parser.",
"main": "src/index.js",
"typings": "src/index.d.ts",
Expand All @@ -11,7 +11,7 @@
"lint": "./node_modules/.bin/eslint ./lib ./test"
},
"files": [
"lib"
"src"
],
"homepage": "https://github.com/vitaly-t/connection-string",
"repository": {
Expand All @@ -23,8 +23,10 @@
"email": "vitaly.tomilov@gmail.com"
},
"keywords": [
"url",
"connection",
"string"
"string",
"parser"
],
"author": {
"name": "Vitaly Tomilov",
Expand Down

0 comments on commit 4e3a601

Please sign in to comment.