Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tbela99 committed Aug 25, 2023
1 parent 14418b8 commit 4c4034a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ import as a CommonJS module

```javascript

import {transform} from '@tbela99/css-parser/cjs';
const {transform} = require('@tbela99/css-parser/cjs');

// ...
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tbela99/css-parser",
"description": "CSS parser for node and the browser",
"version": "0.0.1-rc7",
"version": "0.0.1",
"exports": {
".": "./dist/node/index.js",
"./umd": "./dist/index-umd-web.js",
Expand Down

0 comments on commit 4c4034a

Please sign in to comment.