Skip to content

Commit a8efc5c

Browse files
committed
chore(release): v0.1.0
1 parent 1b75f5f commit a8efc5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The config is adapted based on `NODE_ENV`, so make sure to run your scripts with
4141
- development: `cross-env NODE_ENV=development your_dev_script`
4242
- production: `cross-env NODE_ENV=production your_prod_script`
4343

44-
**Node**: [`cross-env`](https://www.npmjs.com/package/cross-env) is an npm package that you need to install.
44+
**Note**: [`cross-env`](https://www.npmjs.com/package/cross-env) is an npm package that you need to install.
4545

4646
## Modifying the config
4747

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terser-config-atomic",
33
"main": "./src/.terserrc.js",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"files": [
66
"src"
77
],

0 commit comments

Comments
 (0)