locate-character
Advanced tools
Comparing version 2.0.3 to 2.0.4
# locate-character changelog | ||
## 2.0.4 | ||
* Fix typings | ||
## 2.0.2-3 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "locate-character", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Get the line and column number of a specific character in a string", | ||
@@ -11,8 +11,8 @@ "main": "dist/locate-character.umd.js", | ||
"pretest": "npm run build", | ||
"build": "rollup -c", | ||
"build": "rollup -c && tsc", | ||
"prepublish": "npm test" | ||
}, | ||
"files": [ | ||
"dist", | ||
"types.d.ts", | ||
"dist/*.js", | ||
"dist/**/*.d.ts", | ||
"README.md" | ||
@@ -44,3 +44,3 @@ ], | ||
}, | ||
"types": "./types.d.ts" | ||
"types": "./dist/types/index.d.ts" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7109
107