Skip to content

Commit c3bcab2

Browse files
committed
0.1.0
1 parent 6902c5c commit c3bcab2

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Changelog
1+
# changelog
22

33
## 0.1.0 [2018-10-24]
44

5+
- Remove config file, use cli argv instead.
56
- Use rollup to build.
67

78
## 0.0.1 [2018-07-23]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
A tool to clean obsolete hash-coded files, which created by building tools, like webpack, gulp.
44

5-
## Quick start
5+
## quick start
66

77
Install sclean:
88

99
```
1010
npm install sclean -g
1111
```
1212

13-
## Command line.
13+
## command line
1414

1515
```
1616
sclean <command> [args]

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
"eslint:fix": "eslint . --fix",
3737
"lint-staged": "lint-staged",
3838
"build": "rollup -c",
39-
"test": "jest test/**/*.test.js",
39+
"prepublishOnly": "npm run build",
40+
"pretest": "npm run build",
41+
"test": "jest test",
4042
"test:base": "jest test/base.test.js"
4143
},
4244
"dependencies": {

0 commit comments

Comments
 (0)