File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ Released ]
9
9
10
10
## [ 1.0.0] - 2023-05-05
11
11
Original file line number Diff line number Diff line change 9
9
## Install
10
10
11
11
### NMP
12
- Copy the following Code to install the [ npm package] ( https://www.npmjs.com/package/@neptune-css/neptune ) .
12
+ Copy the following Code to install the [ npm package] ( https://www.npmjs.com/package/neptunecss-js ) .
13
13
```
14
- npm i @neptune-css/neptune
14
+ npm i neptunecss-js
15
15
```
16
16
17
17
### CDN
18
- Use the following tag to import neptune via cdn. Replace [ VERSION] with the version you want (` vx.x.x ` ).
19
18
``` html
20
- <link rel = " stylesheet " href = " https://cdn.jsdelivr.net/npm/@neptune-css/neptune @[VERSION]/neptune.css " >
19
+ <script src = " https://cdn.jsdelivr.net/npm/neptunecss-js @[VERSION]/neptune.min.js " ></ script >
21
20
```
22
21
23
22
#### Example
@@ -30,24 +29,27 @@ Use the following tag to import neptune via cdn. Replace [VERSION] with the vers
30
29
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
31
30
32
31
<!-- Import neptune ui -->
33
- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/@neptune-css/neptune@ [VERSION]/neptune.css" >
32
+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/neptunecss@ [VERSION]/neptune.min .css" >
34
33
35
34
<title >Neptune example</title >
36
35
</head >
37
36
<body >
38
37
<!-- Your Content -->
38
+
39
+ <!-- Import Neptune JS -->
40
+ <script src =" https://cdn.jsdelivr.net/npm/neptunecss-js@[VERSION]/neptune.min.js" ></script >
39
41
</body >
40
42
</html >
41
43
```
42
44
43
45
## Documentation
44
- You can read the docs [ here] ( http://docs. neptunecss.org ) .
46
+ You can read the docs [ here] ( http://neptunecss.org ) .
45
47
46
48
## Snippets Extension
47
49
Download it in [ VS Code Marketplace] ( https://marketplace.visualstudio.com/items?itemName=NeptuneCSS.neptune-snippets ) or checkout on [ GitHub] ( https://github.com/neptune-css/neptune-snippets ) .
48
50
49
51
## License
50
- [ MIT LICENSE] ( https://github.com/neptune-css/neptune-css /blob/main/LICENSE )
52
+ [ MIT LICENSE] ( https://github.com/neptune-css/neptune-js /blob/main/LICENSE )
51
53
52
54
## Author
53
55
[ Colin Grahm] ( https://github.com/CGWebDev2003 )
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @neptune-css/neptune -js" ,
3
- "version" : " 0. 1.0" ,
2
+ "name" : " neptunecss -js" ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " The official vanilla javascript api for Neptune CSS" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments