Skip to content

Commit 9ebfe08

Browse files
committed
chore: publish under @globus.studio/gstime scope
1 parent 1a52f98 commit 9ebfe08

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
[![CI](https://github.com/GLOBUS-studio/GStime-JavaScript-Library/actions/workflows/minify.yml/badge.svg)](https://github.com/GLOBUS-studio/GStime-JavaScript-Library/actions/workflows/minify.yml)
44
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
5-
[![npm](https://img.shields.io/badge/npm-gstime-red.svg)](https://www.npmjs.com/package/gstime)
5+
[![npm](https://img.shields.io/badge/npm-@globus.studio/gstime-red.svg)](https://www.npmjs.com/package/@globus.studio/gstime)
66

77
> **v2.0.0** ships as UMD (browser global, CommonJS, AMD). See [CHANGELOG.md](CHANGELOG.md) for breaking changes from v1.x.
88
99
## Install
1010

1111
```bash
12-
npm install gstime
12+
npm install @globus.studio/gstime
1313
```
1414

1515
Or include from a CDN:
1616

1717
```html
18-
<script src="https://unpkg.com/gstime/GStime.min.js"></script>
18+
<script src="https://unpkg.com/@globus.studio/gstime/GStime.min.js"></script>
1919
```
2020

2121
## Import
@@ -25,10 +25,10 @@ Or include from a CDN:
2525
$('selector')
2626

2727
// CommonJS / Node
28-
const { $, GStime } = require('gstime');
28+
const { $, GStime } = require('@globus.studio/gstime');
2929

3030
// ESM (via bundler)
31-
import { $, GStime } from 'gstime';
31+
import { $, GStime } from '@globus.studio/gstime';
3232
```
3333

3434
## Security: XSS warning

README_ru.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
## Установка
66

77
```bash
8-
npm install gstime
8+
npm install @globus.studio/gstime
99
```
1010

1111
Или подключение через CDN:
1212

1313
```html
14-
<script src="https://unpkg.com/gstime/GStime.min.js"></script>
14+
<script src="https://unpkg.com/@globus.studio/gstime/GStime.min.js"></script>
1515
```
1616

1717
## Импорт
@@ -21,10 +21,10 @@ npm install gstime
2121
$('selector')
2222

2323
// CommonJS / Node
24-
const { $, GStime } = require('gstime');
24+
const { $, GStime } = require('@globus.studio/gstime');
2525

2626
// ESM (через сборщик)
27-
import { $, GStime } from 'gstime';
27+
import { $, GStime } from '@globus.studio/gstime';
2828
```
2929

3030
## Безопасность: предупреждение об XSS

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "gstime",
2+
"name": "@globus.studio/gstime",
33
"version": "2.0.0",
44
"description": "A lightweight JavaScript library for DOM manipulation, animation, and AJAX (UMD).",
55
"main": "GStime.js",
@@ -48,7 +48,7 @@
4848
],
4949
"author": "GLOBUS.studio",
5050
"license": "MIT",
51-
"homepage": "https://github.com/GLOBUS-studio/GStime-JavaScript-Library#readme",
51+
"homepage": "https://www.npmjs.com/package/@globus.studio/gstime",
5252
"repository": {
5353
"type": "git",
5454
"url": "git+https://github.com/GLOBUS-studio/GStime-JavaScript-Library.git"

0 commit comments

Comments
 (0)