Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyraspopov committed Oct 12, 2021
1 parent 3bd2f94 commit fa40d93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README_NPM.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TypeScript and JavaScript.

Read full docs [on the homepage](https://dataclass.js.org).

```ts
```javascript
import { Data } from "dataclass";

// 1. easily describe your data classes using just language features
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "dataclass",
"version": "1.2.0",
"description": "Immutable data transfer objects for JavaScript",
"version": "2.0.0",
"description": "Data classes for TypeScript & JavaScript",
"author": "Alexey Raspopov",
"license": "ISC",
"homepage": "https://dataclass.js.org/",
"homepage": "https://dataclass.js.org",
"repository": "alexeyraspopov/dataclass",
"main": "./dataclass.js",
"module": "./dataclass.module.js",
Expand Down

0 comments on commit fa40d93

Please sign in to comment.