Compare commits

...

2 Commits

Author SHA1 Message Date
a57bd446d0 2.0.22 2016-11-02 23:02:00 +01:00
afe8d5bc1b improve README 2016-11-02 23:01:56 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ handle strings in smart ways. TypeScript ready.
## Usage
Use TypeScript for intellisense.
```typescript
```javascript
import * as smartstring from "smartstring";
// classes

View File

@ -1,6 +1,6 @@
{
"name": "smartstring",
"version": "2.0.21",
"version": "2.0.22",
"description": "handle strings in smart ways. TypeScript ready.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",