Skip to content

Commit 1c3f414

Browse files
ConnorConnor
authored andcommitted
#8 remove unnecessary dependency on serverless
1 parent 207797f commit 1c3f414

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "serverless-aws-nested-stacks",
33
"main": "index",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "Serverless plugin to easily set up AWS cloudformation nested stacks!",
66
"keywords": [
77
"serverless",
@@ -31,8 +31,7 @@
3131
"istanbul": "^1.0.0-alpha.2",
3232
"jasmine": "^2.5.2",
3333
"jshint": "^2.9.4",
34-
"nyc": "^13.1.0",
35-
"serverless": "^1.32.0"
34+
"nyc": "^13.1.0"
3635
},
3736
"scripts": {
3837
"test": "ava",

0 commit comments

Comments
 (0)