@markuplint/react-spec
Advanced tools
Comparing version 2.0.0-rc.6 to 2.0.0
{ | ||
"name": "@markuplint/react-spec", | ||
"version": "2.0.0-rc.6", | ||
"version": "2.0.0", | ||
"description": "Extended specification for tags and attributes in React", | ||
@@ -19,5 +19,5 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-spec": "2.0.0-rc.6" | ||
"@markuplint/ml-spec": "2.0.0" | ||
}, | ||
"gitHead": "7c93367a86f935f6b94780b1fa14f3293f900b87" | ||
"gitHead": "de81fc514acdf472f87184e3499e9364258f9b66" | ||
} |
@@ -9,21 +9,18 @@ # @markuplint/react-spec | ||
Prerequisites: [Node.js](https://nodejs.org) (Version 12.4.0 or later) | ||
```sh | ||
$ npm install @markuplint/react-spec | ||
$ npm install -D @markuplint/react-spec | ||
$ yarn add @markuplint/react-spec | ||
$ yarn add -D @markuplint/react-spec | ||
``` | ||
## Contributing | ||
## Usage | ||
Add `specs` option into your [confugration file](https://markuplint.dev/configuration#parser). | ||
```json | ||
{ | ||
"specs": { | ||
".[jt]sx?$": "@markuplint/react-spec" | ||
} | ||
} | ||
``` | ||
$ git clone git@github.com:markuplint/markuplint.git -b main | ||
$ yarn | ||
$ yarn build | ||
$ yarn test | ||
``` | ||
--- | ||
Copyright © 2021 markuplint. Under the MIT License. |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
48948
1
26
+ Added@markuplint/ml-spec@2.0.0(transitive)
- Removed@markuplint/ml-spec@2.0.0-rc.6(transitive)
Updated@markuplint/ml-spec@2.0.0