@symbo.ls/starter-kit 2.29.3 → 2.29.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -10,10 +10,10 @@ git clone git@github.com:symbo-ls/starter-kit.git
10
10
 
11
11
  2. Install scripts
12
12
  ```
13
- yarn
13
+ npm install
14
14
  ```
15
15
 
16
16
  3. Run the project
17
17
  ```
18
- yarn start
18
+ npm start
19
19
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/starter-kit",
3
- "version": "2.29.3",
3
+ "version": "2.29.82",
4
4
  "description": "Example dev setup to use Symbols",
5
5
  "author": "symbo.ls",
6
6
  "repository": "https://github.com/symbo-ls/starter-kit",
@@ -9,7 +9,7 @@
9
9
  "build": "parcel build index.html"
10
10
  },
11
11
  "dependencies": {
12
- "smbls": "^2.29.3"
12
+ "smbls": "^2.29.82"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@babel/core": "^7.26.0",
@@ -25,5 +25,5 @@
25
25
  "parcel": "^2.13.3",
26
26
  "standard": "^17.1.2"
27
27
  },
28
- "gitHead": "5030daabaab9999a068cdfe88e70bf9c944ccf7f"
28
+ "gitHead": "22fd7e41aa16dff0c536c7036f8976a103b88b59"
29
29
  }