Skip to content

Commit dc7a6b3

Browse files
author
周哲超
committed
v1.0.3
1 parent 4947ad0 commit dc7a6b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "string-comparison",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A library implementing different string similarity",
5-
"main": "./src/index.js",
5+
"main": "./lib/index.js",
66
"scripts": {
77
"test": "node ./node_modules/mocha/bin/mocha",
88
"lint": "eslint src",
9-
"build": "./node_modules/.bin/babel src --out-dir lib"
9+
"build": "./node_modules/.bin/babel src --out-dir lib"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)