File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 node-version : " 10.x"
2424 - run : yarn
2525 - run : yarn autoclean --init
26+ - run : echo "*.d.ts\n@types\n*.map" >> .yarnclean
2627 - run : yarn autoclean --force
2728 - run : npm list --production --parseable --depth=99999 --loglevel=error
2829 - run : yarn lint
Original file line number Diff line number Diff line change @@ -23,4 +23,5 @@ node_modules
2323! node_modules /detect-indent
2424! node_modules /reserved-words
2525! node_modules /@wessberg /stringutil
26- ! node_modules /tslib
26+ ! node_modules /tslib
27+ ! node_modules /escape-string-regexp
Original file line number Diff line number Diff line change 1+ # test directories
2+ __tests__
3+ test
4+ tests
5+ powered-test
6+
7+ # asset directories
8+ docs
9+ doc
10+ website
11+ images
12+ assets
13+
14+ # examples
15+ example
16+ examples
17+
18+ # code coverage directories
19+ coverage
20+ .nyc_output
21+
22+ # build scripts
23+ Makefile
24+ Gulpfile.js
25+ Gruntfile.js
26+
27+ # configs
28+ appveyor.yml
29+ circle.yml
30+ codeship-services.yml
31+ codeship-steps.yml
32+ wercker.yml
33+ .tern-project
34+ .gitattributes
35+ .editorconfig
36+ .*ignore
37+ .eslintrc
38+ .jshintrc
39+ .flowconfig
40+ .documentup.json
41+ .yarn-metadata.json
42+ .travis.yml
43+
44+ # misc
45+ *.md
46+ *.d.ts
47+ @types
Original file line number Diff line number Diff line change 1+ ## <small >1.1.12 (2020-02-20)</small >
2+
3+
4+
5+
16## <small >1.1.11 (2020-02-20)</small >
27
8+ * v1.1.11 ([ 6fc3345] ( https://github.com/CodersAKL/react-toolkit/commit/6fc3345 ) )
39
410
511
Original file line number Diff line number Diff line change 22 "name" : " react-toolkit" ,
33 "displayName" : " react-toolkit" ,
44 "description" : " Useful tools for react developers" ,
5- "version" : " 1.1.11 " ,
5+ "version" : " 1.1.12 " ,
66 "icon" : " assets/logo.png" ,
77 "license" : " MIT" ,
88 "repository" : {
You can’t perform that action at this time.
0 commit comments