Skip to content

Commit

Permalink
bump deps and package version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
parky128 committed Feb 14, 2019
1 parent d8323ab commit b1737c6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
35 changes: 16 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@al/cargo",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"description": "A client for interacting with the Alert Logic Cargo Public API",
"author": {
Expand Down Expand Up @@ -40,14 +40,15 @@
"interactive": "node -i -e \"const CargoClient = require('./dist/commonjs/index.js').CargoClient;\""
},
"devDependencies": {
"peer-deps-externals-webpack-plugin": "^1.0.4",
"tslint": "^5.12.1",
"tslint-config-airbnb": "^5.11.1",
"typescript": "^3.2.4",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
},
"peerDependencies": {
"@al/client": "^0.11.0"
"@al/client": "^0.12.0"
},
"files": [
"dist"
Expand Down

0 comments on commit b1737c6

Please sign in to comment.