implemented support of emphasize bytes command

This commit is contained in:
boryslevytskyi
2017-05-13 18:26:42 +03:00
parent 36d56e8091
commit 003d9e180a
12 changed files with 168 additions and 100 deletions

View File

@@ -4,7 +4,8 @@
"description": "Bitwise Operations Console",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"serv": "webpack-dev-server --content-base ./src"
},
"repository": {
"type": "git",
@@ -46,8 +47,5 @@
"lodash": "^4.17.2",
"react": "^15.4.0",
"react-dom": "^15.4.0"
},
"scripts": {
"serv": "webpack-dev-server --content-base ./src"
}
}