Skip to content

Commit f26d3c3

Browse files
committedJul 28, 2022
update version 1.4.8
1 parent 82d41c4 commit f26d3c3

8 files changed

+11
-18661
lines changed
 

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021 Christian Pucci
3+
Copyright (c) 2022 Christian Pucci
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

‎assets/scss/magic.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*!
44
* Magic - https://www.minimamente.com
55
* Licensed under the MIT license - https://opensource.org/licenses/MIT
6-
* Copyright (c) 2020 Christian Pucci
6+
* Copyright (c) 2022 Christian Pucci
77
*/
88

99
// bling

‎dist/magic.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/magic.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/magic.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/magic.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package-lock.json

-18,648
This file was deleted.

‎package.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magic.css",
3-
"version": "1.4.7",
3+
"version": "1.4.8",
44
"description": "Magic CSS3 animations",
55
"main": "index.js",
66
"scripts": {
@@ -23,18 +23,16 @@
2323
"gulp-cssnano": "^1.1.0",
2424
"gulp-postcss": "^9.0.1",
2525
"gulp-rename": "^2.0.0",
26-
"gulp-sass": "^5.0.0",
26+
"gulp-sass": "^5.1.0",
27+
"np": "^7.6.2",
2728
"postcss": "^8.3.9",
28-
"sass": "^1.42.1"
29+
"sass": "^1.49.8"
2930
},
3031
"keywords": [
3132
"css",
3233
"css3",
3334
"animation",
3435
"animations",
3536
"magic"
36-
],
37-
"dependencies": {
38-
"np": "^7.5.0"
39-
}
37+
]
4038
}

0 commit comments

Comments
 (0)
Please sign in to comment.