File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @codevor/logger.js" ,
3- "version" : " 0.5.0 " ,
3+ "version" : " 0.5.1 " ,
44 "description" : " 💢 Make logging friendlier, simpler and use emojis in your messages. Try logger!" ,
55 "main" : " dist/logger.js" ,
66 "unpkg" : " dist/logger.min.js" ,
1616 "test:watch" : " jest --watch" ,
1717 "coveralls" : " cat ./coverage/lcov.info | coveralls && rm -rf ./coverage" ,
1818 "prepublish" : " yarn clean && yarn build:umd" ,
19- "commit" : " git-cz"
19+ "commit" : " git-cz" ,
20+ "run:example" : " babel-node --presets @babel/preset-env example.js"
2021 },
2122 "keywords" : [
2223 " javascript" ,
3940 "devDependencies" : {
4041 "@babel/cli" : " ^7.6.4" ,
4142 "@babel/core" : " ^7.6.4" ,
43+ "@babel/node" : " ^7.8.3" ,
4244 "@babel/preset-env" : " ^7.6.3" ,
4345 "babel-jest" : " ^24.9.0" ,
4446 "babel-loader" : " ^8.0.6" ,
You can’t perform that action at this time.
0 commit comments