We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de24719 commit 0b316afCopy full SHA for 0b316af
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codevor/logger.js",
3
- "version": "0.5.0",
+ "version": "0.5.1",
4
"description": "💢 Make logging friendlier, simpler and use emojis in your messages. Try logger!",
5
"main": "dist/logger.js",
6
"unpkg": "dist/logger.min.js",
@@ -16,7 +16,8 @@
16
"test:watch": "jest --watch",
17
"coveralls": "cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
18
"prepublish": "yarn clean && yarn build:umd",
19
- "commit": "git-cz"
+ "commit": "git-cz",
20
+ "run:example": "babel-node --presets @babel/preset-env example.js"
21
},
22
"keywords": [
23
"javascript",
@@ -39,6 +40,7 @@
39
40
"devDependencies": {
41
"@babel/cli": "^7.6.4",
42
"@babel/core": "^7.6.4",
43
+ "@babel/node": "^7.8.3",
44
"@babel/preset-env": "^7.6.3",
45
"babel-jest": "^24.9.0",
46
"babel-loader": "^8.0.6",
0 commit comments