Skip to content

Commit f3d2c47

Browse files
committed
update package.json
1 parent bca569b commit f3d2c47

File tree

2 files changed

+86
-9
lines changed

2 files changed

+86
-9
lines changed

package-lock.json

Lines changed: 77 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
]
9696
},
9797
"devDependencies": {
98-
"npm-run-all": "^4.1.5",
9998
"@aws-sdk/credential-provider-node": "^0.1.0-preview.4",
10099
"@aws-sdk/karma-credential-loader": "1.0.0-alpha.5",
101100
"@aws-sdk/util-utf8-universal": "0.1.0-preview.1",
@@ -116,22 +115,24 @@
116115
"karma-chai": "^0.1.0",
117116
"karma-chrome-launcher": "^3.1.0",
118117
"karma-coverage-istanbul-reporter": "^2.0.4",
118+
"karma-jasmine": "^3.1.1",
119119
"karma-mocha": "^1.3.0",
120120
"karma-webpack": "^4.0.2",
121-
"karma-jasmine": "^3.1.1",
121+
"lerna": "^3.13.3",
122122
"mocha": "^5.2.0",
123+
"npm-run-all": "^4.1.5",
123124
"nyc": "^14.0.0",
125+
"puppeteer": "^2.1.1",
126+
"rimraf": "^2.6.2",
124127
"sinon": "^9.0.1",
128+
"source-map-support": "^0.5.12",
125129
"standard": "^12.0.1",
126130
"ts-loader": "^5.3.3",
127131
"ts-node": "^8.6.2",
132+
"tslib": "^1.9.3",
128133
"typescript": "^3.5.0",
134+
"verdaccio": "^4.5.1",
129135
"webpack": "^4.30.0",
130-
"webpack-cli": "^3.3.0",
131-
"lerna": "^3.13.3",
132-
"source-map-support": "^0.5.12",
133-
"tslib": "^1.9.3",
134-
"rimraf": "^2.6.2",
135-
"verdaccio": "^4.5.1"
136+
"webpack-cli": "^3.3.0"
136137
}
137138
}

0 commit comments

Comments
 (0)