gerillass 1.3.1 → 1.3.3

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 +12 -12
package/README.md CHANGED
@@ -139,7 +139,7 @@ So, feel free to use any tool to support that. My suggestion is Autoprefixer. If
139
139
 
140
140
  ## Experimenting
141
141
 
142
- Experimentation with Gerillass is easy: If you're processing Sass files on your computer already, [download the Gerillass Sass library](https://github.com/selfishprimate/gerillass/archive/master.zip), include it in your project, and start using it. If not, use [Gerillass Play](https://github.com/selfishprimate/gerillass-play)! Gerillass Play is a Gulp based playground, built for you to get started with [Sass](https://sass-lang.com/) and [Gerillass](https://gerillass.com/) quickly.
142
+ Experimentation with Gerillass is easy: If you're processing Sass files on your computer already, [download the Gerillass Sass library](https://github.com/selfishprimate/gerillass/archive/main.zip), include it in your project, and start using it. If not, use [Gerillass Play](https://github.com/selfishprimate/gerillass-play)! Gerillass Play is a Gulp based playground, built for you to get started with [Sass](https://sass-lang.com/) and [Gerillass](https://gerillass.com/) quickly.
143
143
 
144
144
  **Important Note**: Don't forget that you must have [Node.js](https://nodejs.org/en/) and [Gulp CLI](https://gulpjs.com/docs/en/getting-started/quick-start) installed on your machine to work with Gerillass Play.
145
145
 
@@ -157,7 +157,7 @@ Please read the [contribution details](CONTRIBUTING.md) and feel free to contrib
157
157
 
158
158
  ## License
159
159
 
160
- Gerillass is licensed under the Apache License, Version 2.0. For more [see the license content](https://github.com/selfishprimate/gerillass/blob/master/LICENSE.md).
160
+ Gerillass is licensed under the Apache License, Version 2.0. For more [see the license content](https://github.com/selfishprimate/gerillass/blob/main/LICENSE.md).
161
161
 
162
162
  ## Additional Info
163
163
 
package/package.json CHANGED
@@ -6,10 +6,10 @@
6
6
  "author": "Halil İbrahim Çakıroğlu",
7
7
  "main": "scss/_gerillass.scss",
8
8
  "license": "Apache-2.0",
9
- "version": "1.3.1",
9
+ "version": "1.3.3",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/selfishprimate/gerillass"
12
+ "url": "git+https://github.com/selfishprimate/gerillass.git"
13
13
  },
14
14
  "bugs": {
15
15
  "url": "https://github.com/selfihsprimate/gerillass/issues"
@@ -39,17 +39,17 @@
39
39
  "scripts": {
40
40
  "test": "jest"
41
41
  },
42
- "dependencies": {
43
- "glob": "^7.2.0",
44
- "jest": "^27.5.1",
45
- "sass": "^1.49.7",
46
- "sass-loader": "^12.5.0",
47
- "sass-true": "^6.0.1"
48
- },
49
42
  "devDependencies": {
50
- "gulp": "^4.0.2",
43
+ "glob": "^11.0.0",
44
+ "gulp": "^5.0.1",
51
45
  "gulp-concat": "^2.6.1",
52
- "gulp-header": "^2.0.9",
53
- "gulp-replace": "^1.0.0"
46
+ "gulp-replace": "^1.1.4",
47
+ "jest": "^30.0.5",
48
+ "sass": "^1.90.0",
49
+ "sass-true": "^9.0.0"
50
+ },
51
+ "resolutions": {
52
+ "braces": ">=3.0.3",
53
+ "micromatch": ">=4.0.8"
54
54
  }
55
55
  }