Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Black-Yamasan committed May 19, 2019
1 parent c749a4a commit a223405
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions README.md
Expand Up @@ -74,6 +74,11 @@ gulpのバージョンアップに伴い、ビルドコマンドが変更にな
### ver 10.0.2
stylelintを導入

### ver 10.0.3
jestを導入
babel-polyfillを追加
不要なパッケージを削除

#### ローカル開発用ソースのビルド

```
Expand All @@ -97,6 +102,18 @@ or
```
yarn run lint:style
```

#### jsのtest

```
npm run test
```

or

```
yarn run test
```

#### 本番環境(サーバーアップ用)ソースのビルド

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ejs_template",
"version": "10.0.2",
"version": "10.0.3",
"description": "ejsでのテンプレート",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit a223405

Please sign in to comment.