1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 07:11:44 +00:00

Use strict versions in NPM versioning (#132)

It'll reduce surprise version changes
This commit is contained in:
gbrodman
2019-06-25 16:10:04 -04:00
committed by GitHub
parent b7f3154f4e
commit 16b0c420a2
2 changed files with 8 additions and 8 deletions

View File

@@ -20,11 +20,11 @@
"google-closure-library": "20190325.0.0"
},
"devDependencies": {
"jasmine-core": "^3.4.0",
"jasmine-core": "3.4.0",
"karma": "3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-closure": "^0.1.3",
"karma-jasmine": "^2.0.1",
"karma-chrome-launcher": "2.2.0",
"karma-closure": "0.1.3",
"karma-jasmine": "2.0.1",
"puppeteer": "1.17.0"
}
}