generated from vtex-apps/react-app-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8241ac8
commit aa318ba
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
{ | ||
"vendor": "vtex", | ||
"name": "css-handles", | ||
"version": "0.4.4", | ||
"version": "1.0.0", | ||
"title": "CSS Handles", | ||
"description": "Utility for creating CSS Handles on store components", | ||
"builders": { | ||
"react": "3.x", | ||
"docs": "0.x" | ||
}, | ||
"dependencies": {}, | ||
"registries": ["smartcheckout"], | ||
"registries": [ | ||
"smartcheckout" | ||
], | ||
"policies": [], | ||
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,5 @@ | |
"typescript": "3.9.7", | ||
"vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.render-runtime" | ||
}, | ||
"version": "0.4.4" | ||
"version": "1.0.0" | ||
} |