Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trakkasure committed Aug 20, 2017
1 parent 486e72c commit e4d2cce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "mikronode",
"description": "Mikrotik API implemented in Node",
"version": "2.1.0",
"version": "2.2.0",
"author": "Brandon Myers <[email protected]>",
"scripts": {
"build": "webpack --color --progress",
"dev": "webpack --watch --color -d --progress",
"prepublish": "npm run build"
"compile:debug": "f(){ webpack --entry=\"$1\" --output-path=./.compiled --output-filename=debug.js; };f",
"precompile:debug": "rm -rf .compiled",
"clean": "rm -rf dist .compiled",
"prepublish": "npm run build"
},
"contributors": [
{
Expand Down Expand Up @@ -34,6 +37,7 @@
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.24.1",
"chai": "^3.5.0",
"change-emitter": "^0.1.2",
"core-decorators": "^0.12.3",
Expand Down

0 comments on commit e4d2cce

Please sign in to comment.