|
6 | 6 | "name": "kazuya kawaguchi", |
7 | 7 | "email": "kawakazu80@gmail.com" |
8 | 8 | }, |
| 9 | + "ava": { |
| 10 | + "require": [ |
| 11 | + "babel-core/register" |
| 12 | + ] |
| 13 | + }, |
9 | 14 | "bugs": { |
10 | 15 | "url": "https://github.com/kazupon/vue-i18n-loader/issues" |
11 | 16 | }, |
|
21 | 26 | "eslint-plugin-vue": "^2.0.1", |
22 | 27 | "nyc": "^10.2.0" |
23 | 28 | }, |
| 29 | + "engines": { |
| 30 | + "node": ">= 4.0" |
| 31 | + }, |
24 | 32 | "files": [ |
25 | 33 | "lib", |
26 | 34 | "src" |
27 | 35 | ], |
28 | 36 | "homepage": "https://github.com/kazupon/vue-i18n-loader#readme", |
29 | | - "main": "lib/index.js", |
30 | 37 | "keywords": [ |
31 | | - "vue", |
32 | | - "webpack", |
| 38 | + "i18n", |
33 | 39 | "loader", |
34 | | - "i18n" |
| 40 | + "vue", |
| 41 | + "webpack" |
35 | 42 | ], |
36 | 43 | "license": "MIT", |
37 | | - "engines": { |
38 | | - "node": ">= 4.0" |
39 | | - }, |
| 44 | + "main": "lib/index.js", |
40 | 45 | "repository": { |
41 | 46 | "type": "git", |
42 | 47 | "url": "git+https://github.com/kazupon/vue-i18n-loader.git" |
43 | 48 | }, |
44 | 49 | "scripts": { |
45 | 50 | "build": "BABEL_ENV=production babel ./src --out-dir ./lib", |
46 | | - "watch": "BABEL_ENV=development babel ./src --out-dir ./lib --watch", |
47 | | - "changelog": "conventional-changelog -i CHANGELOG.md -s -n ./config/convention.js", |
48 | | - "release": "conventional-github-releaser -n ./config/convention.js", |
| 51 | + "changelog": "conventional-changelog -i CHANGELOG.md -s -n ./node_modules/git-commit-message-convention/convention.js", |
49 | 52 | "clean": "rm -rf ./coverage && rm -rf ./lib/*.js*", |
50 | 53 | "coverage": "./node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov", |
51 | 54 | "lint": "eslint ./src ./test", |
| 55 | + "release": "conventional-github-releaser -n ./node_modules/git-commit-message-convention/convention.js", |
52 | 56 | "test": "npm run lint && npm run test:cover", |
53 | 57 | "test:cover": "BABEL_ENV=test ./node_modules/.bin/nyc report --reporter=html ava", |
54 | | - "test:unit": "BABEL_ENV=test ava" |
55 | | - }, |
56 | | - "ava": { |
57 | | - "require": [ |
58 | | - "babel-core/register" |
59 | | - ] |
| 58 | + "test:unit": "BABEL_ENV=test ava", |
| 59 | + "watch": "BABEL_ENV=development babel ./src --out-dir ./lib --watch" |
60 | 60 | } |
61 | 61 | } |
0 commit comments