Skip to content

Commit 31c708d

Browse files
committed
1.2.0
1 parent dfbf2a4 commit 31c708d

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
22
"name": "frenglish",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "SDK for Frenglish translation service",
55
"main": "dist/sdk/index.js",
66
"types": "dist/sdk/index.d.ts",
77
"bin": {
8-
"frenglish": "./dist/cli/index.js"
8+
"frenglish": "./dist/cli/index.js"
99
},
1010
"scripts": {
11-
"build": "tsc",
12-
"test": "jest",
13-
"prepublishOnly": "npm run build",
14-
"postbuild": "chmod +x ./dist/cli/index.js"
11+
"build": "tsc",
12+
"test": "jest",
13+
"prepublishOnly": "npm run build",
14+
"postbuild": "chmod +x ./dist/cli/index.js"
1515
},
1616
"keywords": [
17-
"translation",
18-
"sdk",
19-
"frenglish"
17+
"translation",
18+
"sdk",
19+
"frenglish"
2020
],
2121
"author": "frenglish",
2222
"license": "MIT",
2323
"devDependencies": {
24-
"@types/express": "^4.17.21",
25-
"@types/jest": "^27.0.0",
26-
"@types/node": "^22.5.4",
27-
"jest": "^27.0.0",
28-
"ts-jest": "^27.0.0",
29-
"typescript": "^4.5.0"
24+
"@types/express": "^4.17.21",
25+
"@types/jest": "^27.0.0",
26+
"@types/node": "^22.5.4",
27+
"jest": "^27.0.0",
28+
"ts-jest": "^27.0.0",
29+
"typescript": "^4.5.0"
3030
},
3131
"dependencies": {
32-
"dotenv": "^16.4.5",
33-
"fast-glob": "^3.3.2",
34-
"yargs": "^17.7.2"
32+
"dotenv": "^16.4.5",
33+
"fast-glob": "^3.3.2",
34+
"yargs": "^17.7.2"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)