Skip to content

Commit

Permalink
v1.0.1 : readme 에 기재된 프로젝트 생성 명령어 수정, new 커맨드로 생성되는 package.json 파일의 …
Browse files Browse the repository at this point in the history
…@wisdomstar94/torytis 패키지 버전 수정.
  • Loading branch information
wisdomstar94 committed Jan 20, 2024
1 parent e6fe1ae commit 674d75b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "torytis"
version = "1.0.0"
version = "1.0.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ npm run torytis -- migrate
## 프로젝트 생성 방법

```
npx torytis new --name=프로젝트명
npx @wisdomstar94/torytis new --name=프로젝트명
```

<br />
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wisdomstar94/torytis",
"version": "1.0.0",
"version": "1.0.1",
"description": "티스토리 블로그 스킨 개발 프레임워크",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion static/project-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"typescript": "^5",
"esbuild": "^0",
"esbuild-sass-plugin": "^2",
"@wisdomstar94/torytis": "^0"
"@wisdomstar94/torytis": "^1"
}
}

0 comments on commit 674d75b

Please sign in to comment.