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 2a8e86a commit d0720f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion 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/environments",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"description": "A client for interacting with the Alert Logic Environments Public API.",
"author": {
Expand Down Expand Up @@ -39,14 +39,15 @@
"interactive": "node -i -e \"const EnvironmentsClient = require('./dist/commonjs/index.js').EnvironmentsClient;\""
},
"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": {
"@alertlogic/client": "^0.11.0"
"@al/client": "^0.12.0"
},
"files": [
"dist"
Expand Down

0 comments on commit d0720f7

Please sign in to comment.