Skip to content

Commit

Permalink
docs: [@s-ui/pde] correct spelling mistake in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Correct the spelling from 'versionning' to 'versioning'
  • Loading branch information
theonly1me committed Oct 5, 2022
1 parent f726a64 commit b5262af
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Packages must be properly named. 3 name are
* Folder: `./packages/sui-my-example-package`
* NPM name: `@s-ui/my-example-package`

### Versionning
### Versioning

We follow the [comver](https://github.com/staltz/comver) versionning this system (X.y.0).
We follow the [comver](https://github.com/staltz/comver) versioning this system (X.y.0).

Packages first version must be `1.0.0` (not 0.0.0)

Expand Down
13 changes: 11 additions & 2 deletions packages/sui-pde/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-ui/pde",
"version": "2.20.0",
"version": "3.0.0",
"description": "",
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -29,5 +29,14 @@
"@testing-library/react-hooks": "4.0.1",
"react": "17",
"react-test-renderer": "17"
},
"eslintConfig": {
"extends": [
"./node_modules/@s-ui/lint/eslintrc.js"
]
},
"prettier": "./node_modules/@s-ui/lint/.prettierrc.js",
"stylelint": {
"extends": "./node_modules/@s-ui/lint/stylelint.config.js"
}
}
}

0 comments on commit b5262af

Please sign in to comment.