sv-arcgis 1.1.0-next.1 → 1.2.0

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/index.js +1 -1
  2. package/package.json +5 -3
package/index.js CHANGED
@@ -1 +1 @@
1
- // console.log('Thanks for installing sv-arcgis');
1
+ // https://www.npmjs.com/package/sv-arcgis
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sv-arcgis",
3
- "version": "1.1.0-next.1",
3
+ "version": "1.2.0",
4
4
  "main": "index.js",
5
5
  "bin": {
6
6
  "sv-arcgis": "./bin/sv-arcgis-setup.js"
7
7
  },
8
8
  "scripts": {
9
- "sematice-release": "semantic-release"
9
+ "semantic-release": "semantic-release"
10
10
  },
11
11
  "keywords": [
12
12
  "arcgis",
@@ -29,7 +29,9 @@
29
29
  "license": "MIT",
30
30
  "description": "a CLI tool that guides you through setting up a ArcGIS / SvelteKit development environment.",
31
31
  "devDependencies": {
32
- "semantic-release": "^24.2.7"
32
+ "semantic-release": "^24.2.7",
33
+ "@semantic-release/changelog": "^6.0.3",
34
+ "@semantic-release/git": "^10.0.1"
33
35
  },
34
36
  "files": [
35
37
  "bin",