nordnet-release-plugin
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -74,4 +74,4 @@ 'use strict'; | ||
function sanitize(path) { | ||
return path.endsWith('/') ? path.substring(0, path.length - 1) : path; | ||
return _lodash2['default'].endsWith(path, '/') ? path.substring(0, path.length - 1) : path; | ||
} | ||
module.exports = exports['default']; |
{ | ||
"name": "nordnet-release-plugin", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Nordnet release plugin", | ||
@@ -46,2 +46,3 @@ "main": "dist/index.js", | ||
"eslint-config-airbnb": "^0.0.7", | ||
"eslint-config-nordnet": "^0.0.3", | ||
"eslint-plugin-react": "^3.2.0", | ||
@@ -48,0 +49,0 @@ "isparta": "^3.0.3", |
@@ -65,3 +65,3 @@ import fs from 'fs-extra'; | ||
function sanitize(path) { | ||
return path.endsWith('/') ? path.substring(0, path.length - 1) : path; | ||
return _.endsWith(path, '/') ? path.substring(0, path.length - 1) : path; | ||
} |
Sorry, the diff of this file is not supported yet
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
17033
17