Skip to content

Commit af80779

Browse files
committed
feat: rename package to @ficusjs/script
1 parent c493aa4 commit af80779

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.0] - 2021-02-06
9+
10+
### Changed
11+
- Rename package to @ficusjs/script
12+
813
## [1.0.1] - 2020-10-07
914

1015
### Fixed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "ficusjs-script",
3-
"version": "1.0.1",
2+
"name": "@ficusjs/script",
3+
"version": "2.0.0",
44
"description": "FicusJS script is a loader for ES modules and ES5 Javascript",
55
"main": "dist/script.js",
66
"module": "dist/script.js",

0 commit comments

Comments
 (0)