Bug 1487495: use integer for pref values instead of number r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D9847

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ethan Glasser-Camp 2018-10-26 09:53:50 +00:00
Родитель 998874b81f
Коммит 692726391c
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -40,7 +40,7 @@ const ActionSchemas = {
},
value: {
description: "Value to set the preference to",
type: ["string", "number", "boolean"],
type: ["string", "integer", "boolean"],
},
},
},

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@mozilla/normandy-action-argument-schemas",
"version": "0.4.0",
"version": "0.5.0",
"description": "Schemas for Normandy action arguments",
"main": "index.js",
"author": "Michael Cooper <mcooper@mozilla.com>",