Skip to content

Commit 3b4a4de

Browse files
committed
Merge branch 'main' into esm
2 parents 74d2a2b + fe8a0b5 commit 3b4a4de

File tree

4 files changed

+9
-105
lines changed

4 files changed

+9
-105
lines changed

.jshint

Lines changed: 0 additions & 105 deletions
This file was deleted.

LICENSE.md renamed to LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
The MIT License (MIT)
22

3+
Copyright (c) 2023 Theron Luhn
34
Copyright (c) 2014 Galkin Rostislav
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy

package-lock.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
"gulp-util": "^3.0.8",
4141
"through2": "^4.0.2"
4242
},
43+
"peerDependencies": {
44+
"gulp": ">= 3 < 5",
45+
"gulp-rev": ">= 5 < 10"
46+
},
4347
"scripts": {
4448
"test": "mocha test.js -R list",
4549
"lint": "jshint index.js test.js"

0 commit comments

Comments
 (0)