Commit ad8d1f1 1 parent 47aec84 commit ad8d1f1 Copy full SHA for ad8d1f1
File tree 20 files changed +21
-21
lines changed
20 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v2.2 .0): .eslintrc.cjs
2
+ * Gulp Stylelint (v3.0 .0): .eslintrc.cjs
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v2.2 .0): babel.config.cjs
2
+ * Gulp Stylelint (v3.0 .0): babel.config.cjs
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v2.2 .0): jest.config.js
2
+ * Gulp Stylelint (v3.0 .0): jest.config.js
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gulp-stylelint-esm" ,
3
- "version" : " 3.0.0-beta " ,
3
+ "version" : " 3.0.0" ,
4
4
"description" : " Gulp plugin for stylelint with ES module support." ,
5
5
"author" : {
6
6
"name" : " Adorade" ,
10
10
"homepage" : " https://github.com/adorade/gulp-stylelint-esm" ,
11
11
"repository" : {
12
12
"type" : " git" ,
13
- "url" : " https://github.com/adorade/gulp-stylelint-esm.git"
13
+ "url" : " git+ https://github.com/adorade/gulp-stylelint-esm.git"
14
14
},
15
15
"type" : " module" ,
16
16
"exports" : {
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v3.0.0-beta ): src/apply-sourcemap.mjs
2
+ * Gulp Stylelint (v3.0.0): src/apply-sourcemap.mjs
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v3.0.0-beta ): src/formatters.mjs
2
+ * Gulp Stylelint (v3.0.0): src/formatters.mjs
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v3.0.0-beta ): src/index.mjs
2
+ * Gulp Stylelint (v3.0.0): src/index.mjs
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v3.0.0-beta ): src/reporter-factory.mjs
2
+ * Gulp Stylelint (v3.0.0): src/reporter-factory.mjs
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v3.0.0-beta ): src/stylish-formatter.mjs
2
+ * Gulp Stylelint (v3.0.0): src/stylish-formatter.mjs
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v3.0.0-beta ): src/utils.mjs
2
+ * Gulp Stylelint (v3.0.0): src/utils.mjs
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v3.0.0-beta ): src/writer.mjs
2
+ * Gulp Stylelint (v3.0.0): src/writer.mjs
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v3.0.0-beta ): test/fail.test.js
2
+ * Gulp Stylelint (v3.0.0): test/fail.test.js
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v3.0.0-beta ): test/formatters.test.js
2
+ * Gulp Stylelint (v3.0.0): test/formatters.test.js
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v3.0.0-beta ): test/index.test.js
2
+ * Gulp Stylelint (v3.0.0): test/index.test.js
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v3.0.0-beta ): test/reporter-factory.test.js
2
+ * Gulp Stylelint (v3.0.0): test/reporter-factory.test.js
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v3.0.0-beta ): test/sourcemap.test.js
2
+ * Gulp Stylelint (v3.0.0): test/sourcemap.test.js
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v3.0.0-beta ): test/stylish-formatter.test.js
2
+ * Gulp Stylelint (v3.0.0): test/stylish-formatter.test.js
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v3.0.0-beta ): test/testutils/cleanOutput.js
2
+ * Gulp Stylelint (v3.0.0): test/testutils/cleanOutput.js
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v3.0.0-beta ): test/testutils/creatVinil.js
2
+ * Gulp Stylelint (v3.0.0): test/testutils/creatVinil.js
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Gulp Stylelint (v3.0.0-beta ): test/writer.test.js
2
+ * Gulp Stylelint (v3.0.0): test/writer.test.js
3
3
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
4
4
* License under MIT
5
5
* ========================================================================== */
You can’t perform that action at this time.
0 commit comments