@@ -8,17 +8,20 @@ A [blazing fast](#benchmarks) deep object copier
88
99## Table of contents
1010
11- - [ Usage] ( #usage )
12- - [ Options] ( #options )
13- - [ isStrict] ( #isstrict )
14- - [ realm] ( #realm )
15- - [ Types supported] ( #types-supported )
16- - [ Benchmarks] ( #benchmarks )
17- - [ Simple objects] ( #simple-objects )
18- - [ Complex objects] ( #complex-objects )
19- - [ Circular objects] ( #circular-objects )
20- - [ Special objects] ( #special-objects )
21- - [ Development] ( #development )
11+ - [ fast-copy] ( #fast-copy )
12+ - [ Table of contents] ( #table-of-contents )
13+ - [ Usage] ( #usage )
14+ - [ Options] ( #options )
15+ - [ isStrict] ( #isstrict )
16+ - [ realm] ( #realm )
17+ - [ Types supported] ( #types-supported )
18+ - [ Benchmarks] ( #benchmarks )
19+ - [ Simple objects] ( #simple-objects )
20+ - [ Complex objects] ( #complex-objects )
21+ - [ Big data] ( #big-data )
22+ - [ Circular objects] ( #circular-objects )
23+ - [ Special objects] ( #special-objects )
24+ - [ Development] ( #development )
2225
2326## Usage
2427
@@ -205,7 +208,10 @@ Standard practice, clone the repo and `npm i` to get the dependencies. The follo
205208- dist => run ` build ` and ` build:minified ` scripts
206209- lint => run ESLint on all files in ` src ` folder (also runs on ` dev ` script)
207210- lint: fix => run ` lint ` script, but with auto-fixer
208- - prepublish: compile => run ` lint ` , ` test:coverage ` , and ` dist ` scripts
211+ - prepublishOnly => run ` lint ` , ` test:coverage ` , and ` dist ` scripts
212+ - release => run ` prepublishOnly ` and release with new version
213+ - release: beta => run ` prepublishOnly ` and release with new beta version
214+ - release: dry => run ` prepublishOnly ` and simulate a new release
209215- start => run ` dev `
210216- test => run AVA with NODE_ENV=test on all files in ` test ` folder
211217- test: coverage => run same script as ` test ` with code coverage calculation via ` nyc `
0 commit comments