We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4947ad0 commit dc7a6b3Copy full SHA for dc7a6b3
package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "string-comparison",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "A library implementing different string similarity",
5
- "main": "./src/index.js",
+ "main": "./lib/index.js",
6
"scripts": {
7
"test": "node ./node_modules/mocha/bin/mocha",
8
"lint": "eslint src",
9
- "build": "./node_modules/.bin/babel src --out-dir lib"
+ "build": "./node_modules/.bin/babel src --out-dir lib"
10
},
11
"repository": {
12
"type": "git",
0 commit comments