Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trakkasure committed Oct 25, 2017
1 parent dba9ed4 commit 289d630
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 7 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
node_modules
npm-debug.log
.vscode
examples
test
node_modules
src
test
webpack.config.babel.js
.babelrc
.eslintrc.json
.npmignore
constants.js
jsconfig.json
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mikronode",
"description": "Mikrotik API implemented in Node",
"version": "2.3.4",
"version": "2.3.5",
"author": "Brandon Myers <trakkasure@gmail.com>",
"scripts": {
"build": "webpack --color --progress",
Expand Down Expand Up @@ -39,15 +39,14 @@
"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",
"mocha": ">=1.7.4",
"simple-assign": "^0.1.0",
"uglify-js": ">=1.2.5",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.15.0"
},
"dependencies": {
"core-decorators": "^0.12.3",
"rxjs": "^5.3.0"
},
"main": "dist/mikronode.js",
Expand Down

0 comments on commit 289d630

Please sign in to comment.