Skip to content

Commit

Permalink
Merge pull request #122 from bem/fix-examples
Browse files Browse the repository at this point in the history
chore: added version to package.json for each example
  • Loading branch information
yarastqt authored May 28, 2021
2 parents fb14aef + 91f63f2 commit cba5034
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/color-processing/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "color-processing",
"version": "0.0.1",
"scripts": {
"build": "../../bin/themekit build"
}
Expand Down
1 change: 1 addition & 0 deletions examples/extends/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "extends",
"version": "0.0.1",
"scripts": {
"build": "../../bin/themekit build"
}
Expand Down
1 change: 1 addition & 0 deletions examples/mappings/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "mappings",
"version": "0.0.1",
"scripts": {
"build": "../../bin/themekit build"
}
Expand Down
1 change: 1 addition & 0 deletions examples/platforms/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "platforms",
"version": "0.0.1",
"scripts": {
"build": "../../bin/themekit build"
}
Expand Down
1 change: 1 addition & 0 deletions examples/presets/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "presets",
"version": "0.0.1",
"scripts": {
"build": "../../bin/themekit build"
}
Expand Down
1 change: 1 addition & 0 deletions examples/register/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "register",
"version": "0.0.1",
"scripts": {
"build": "../../bin/themekit build"
}
Expand Down
1 change: 1 addition & 0 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "simple",
"version": "0.0.1",
"scripts": {
"build": "../../bin/themekit build"
}
Expand Down
1 change: 1 addition & 0 deletions examples/whitepaper/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "whitepaper",
"version": "0.0.1",
"scripts": {
"build": "../../bin/themekit build"
}
Expand Down

0 comments on commit cba5034

Please sign in to comment.