Comparing version 0.6.1 to 0.6.2
@@ -16,3 +16,3 @@ # Changelog | ||
# 0.6.1 | ||
# 0.6.2 | ||
@@ -19,0 +19,0 @@ - **New Feature** |
{ | ||
"name": "parser-ts", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "String parser combinators for TypeScript", | ||
@@ -10,3 +10,5 @@ "files": [ | ||
"main": "lib/index.js", | ||
"module": "es6/index.js", | ||
"typings": "lib/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -13,0 +15,0 @@ "lint": "tslint -p .", |
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
73143