Comparing version 1.5.8 to 1.6.0
@@ -31,3 +31,3 @@ /* | ||
grunt.loadNpmTasks("grunt-eslint") | ||
grunt.loadNpmTasks("grunt-tslint") | ||
grunt.initConfig({ | ||
@@ -41,2 +41,10 @@ eslint: { | ||
}, | ||
tslint: { | ||
"tokenizr": { | ||
options: { | ||
configuration: "tslint.json" | ||
}, | ||
src: "./src/*.ts" | ||
} | ||
}, | ||
browserify: { | ||
@@ -84,5 +92,4 @@ "tokenizr": { | ||
}) | ||
grunt.registerTask("default", [ "eslint", "browserify", "mochaTest" ]) | ||
grunt.registerTask("default", [ "eslint", "tslint", "browserify", "mochaTest" ]) | ||
} | ||
{ | ||
"name": "tokenizr", | ||
"version": "1.5.8", | ||
"version": "1.6.0", | ||
"description": "String Tokenization Library for JavaScript", | ||
"keywords": [ "string", "token", "scanner", "lexer" ], | ||
"main": "lib/tokenizr.js", | ||
"types": "lib/tokenizr.d.ts", | ||
"repository": { | ||
@@ -26,2 +27,5 @@ "type": "git", | ||
"grunt-eslint": "23.0.0", | ||
"grunt-tslint": "5.0.2", | ||
"tslint": "6.1.3", | ||
"typescript": "4.0.3", | ||
"mocha": "8.1.3", | ||
@@ -28,0 +32,0 @@ "chai": "4.2.0", |
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
82116
13
1083
26