Skip to content

Commit 6e70745

Browse files
committed
更新版本号
1 parent 7b93a2e commit 6e70745

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modular-core",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "JavaScript application modular support",
55
"main": "./dist/index.js",
66
"files": [
@@ -16,8 +16,7 @@
1616
"build": "babel src --out-dir dist",
1717
"lint": "eslint src/**",
1818
"test": "jest",
19-
"preinstall": "node script/sync-version.js",
20-
"prebuild": "rimraf dist/*",
19+
"prebuild": "rimraf dist/* && node script/sync-version.js",
2120
"prepublishOnly": "npm run build"
2221
},
2322
"dependencies": {},

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=han-feng_modular
22
sonar.projectName=modular-core
3-
sonar.projectVersion=0.3.6
3+
sonar.projectVersion=0.3.7
44
sonar.language=js
55
sonar.sourceEncoding=UTF-8
66
sonar.sources=src

0 commit comments

Comments
 (0)