Skip to content

Commit 1f02c00

Browse files
authored
Merge pull request #3 from CGWebDev2003/main
[1.0.2]
2 parents 42b98b9 + 90a8db7 commit 1f02c00

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Released]
99

10-
## [1.0.0] - 23-06-17
10+
## [1.0.1] - 2023-06-17
11+
12+
## Changed
13+
14+
- neptunecss and neptunecss-js are now dependencies
15+
16+
## [1.0.0] - 2023-06-17
1117

1218
### Added
1319

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neptunecss-animations",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "The official Neptune animation library",
55
"main": "neptune-animation.js",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
"url": "https://github.com/neptune-css/neptune-animations/issues"
2424
},
2525
"homepage": "https://github.com/neptune-css/neptune-animations#readme",
26-
"devDependencies": {
26+
"dependencies": {
2727
"neptunecss": "^1.1.2",
2828
"neptunecss-js": "^1.2.1"
2929
}

0 commit comments

Comments
 (0)