Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Integration with deploy package function #130

Merged
Merged
Prev Previous commit
Next Next commit
- Updating examples dependencies
- Adding yarn to examples
- Fix typescript example
  • Loading branch information
franciscocpg committed Jul 25, 2017
commit 37b469c83b70a0745fae2af01894b3b58075ba8a
6 changes: 3 additions & 3 deletions examples/babel-dynamically-entries/package.json
Original file line number Diff line number Diff line change
@@ -8,12 +8,12 @@
"author": "Nicola Peduzzi <thenikso@gmail.com> (http://nikso.net)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "6.13.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"serverless-webpack": "file:../../",
"webpack": "^1.13.1"
"webpack": "^3.3.0"
}
}
Loading