forked from gothinkster/realworld-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Silvan Strübi
committed
Mar 9, 2021
1 parent
0344c20
commit 76e31a9
Showing
2 changed files
with
13 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "event-driven-web-components-realworld-example-app", | ||
"version": "0.0.1-beta", | ||
"version": "1.0.1", | ||
"description": "Exemplary real world application built with Vanilla JS Web Components in an Event Driven Architecture", | ||
"main": "./src/index.html", | ||
"scripts": { | ||
"fix": "standard --fix" | ||
}, | ||
"author": "[email protected]", | ||
"author": "[email protected], https://github.com/tailormadecode, https://github.com/V4L3", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"standard": "*" | ||
|
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