File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
"dev" : " yarn run clean && cross-env BABEL_ENV=commonjs babel src -d lib --watch" ,
18
18
"start" : " parcel examples/index.html -d examples/dist --cache-dir examples/cache --open" ,
19
19
"lint" : " eslint src/ --ext .js,.tsx,.ts" ,
20
- "prepublishOnly" : " yarn run clean && yarn run build" ,
20
+ "prepublishOnly" : " yarn run test && yarn run clean && yarn run build" ,
21
21
"test" : " jest" ,
22
22
"test:coverage" : " jest --coverage" ,
23
23
"ts:check" : " tsc -p tsconfig.json --allowJs false --noEmit --emitDeclarationOnly false"
43
43
" motion"
44
44
],
45
45
"author" : {
46
- "name" : " EDITED " ,
47
- "email" : " hello@edited .com" ,
48
- "url" : " http://edited.tech "
46
+ "name" : " Bernardo Raposo " ,
47
+ "email" : " hi@bernardoraposo .com" ,
48
+ "url" : " http://bernardoraposo.com "
49
49
},
50
50
"license" : " MIT" ,
51
51
"bugs" : {
You can’t perform that action at this time.
0 commit comments