Skip to content

Commit

Permalink
Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfriedmann committed Jun 28, 2024
1 parent 5c99265 commit 939d171
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Json Schema to Firestore Rules Generator (js2fr)
# JS2FR - JSON Schema to Firestore Rules Generator

This project is a fork of https://github.com/pheekus/svarog. The original project is no longer maintained. This fork is an attempt to keep the project alive and add new features.

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@smallstack/json-schema-to-firestore-rules",
"name": "@smallstack/js2fr",
"description": "Generates Cloud Firestore helper functions for schema validation using JSON Schema.",
"version": "0.1.0",
"author": "smallstack GmbH",
"bugs": "https://github.com/smallstack/json-schema-to-firestore-rules/issues",
"homepage": "https://github.com/smallstack/json-schema-to-firestore-rules",
"repository": "https://github.com/smallstack/json-schema-to-firestore-rules",
"bugs": "https://github.com/smallstack/js2fr/issues",
"homepage": "https://github.com/smallstack/js2fr",
"repository": "https://github.com/smallstack/js2fr",
"keywords": [
"firestore",
"json schema",
Expand Down

0 comments on commit 939d171

Please sign in to comment.