Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
bump rally-sdk to 0.9.12 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer authored May 16, 2022
1 parent fd235fb commit c829e59
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion manifest.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Mozilla Rally",
"manifest_version": 3,
"name": "Facebook Pixel Hunt (Playtest Edition)",
"version": "0.2.3",
"version": "0.2.4",
"homepage_url": "https://github.com/mozilla-rally/facebook-pixel-hunt#readme",
"permissions": [
"idle",
Expand Down
2 changes: 1 addition & 1 deletion manifest.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Mozilla Rally",
"manifest_version": 3,
"name": "Facebook Pixel Hunt",
"version": "0.2.3",
"version": "0.2.4",
"homepage_url": "https://github.com/mozilla-rally/facebook-pixel-hunt#readme",
"permissions": [
"idle",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facebook-pixel-hunt",
"version": "0.2.3",
"version": "0.2.4",
"scripts": {
"build": "cp manifest.prod.json manifest.json && npm run build:glean && rollup -c && npm run tailwind",
"build:developer": "rollup -c --config-enable-developer-mode && npm run tailwind",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@babel/preset-env": "^7.17.10",
"@babel/preset-typescript": "^7.16.7",
"@mozilla/glean": "^1.0.0",
"@mozilla/rally-sdk": "^0.9.10",
"@mozilla/rally-sdk": "^0.9.12",
"@mozilla/web-science": "^0.5.0",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.3.0",
Expand Down

0 comments on commit c829e59

Please sign in to comment.