typographic-arrows
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -9,3 +9,3 @@ 'use strict'; | ||
return input.replace(/<->/gim, '↔').replace(/<=>/gim, '⇔').replace(/<-/gim, '←').replace(/->/gim, '→').replace(/<=/gim, '⇐').replace(/=>/gim, '⇒'); | ||
}; | ||
} | ||
module.exports = exports['default']; |
@@ -9,2 +9,2 @@ export default function typographicArrows(input) { | ||
.replace(/=>/gim, '⇒'); | ||
}; | ||
} |
{ | ||
"name": "typographic-arrows", | ||
"version": "1.0.2", | ||
"description": "Micro module for real arrows", | ||
"version": "1.0.1", | ||
"main": "index.es5.js", | ||
"jsnext:main": "index.js", | ||
"files": [ | ||
"index.js", | ||
"index.es5.js" | ||
], | ||
"scripts": { | ||
"test": "eslint . && ava --require babel-register", | ||
"prepublish": "babel index.js --out-file index.es5.js", | ||
"postpublish": "rimraf index.es5.js && git push --follow-tags" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/andrepolischuk/typographic-arrows.git" | ||
}, | ||
"keywords": [ | ||
@@ -10,19 +25,20 @@ "typographic", | ||
], | ||
"repository": "andrepolischuk/typographic-arrows", | ||
"author": "Andrey Polischuk <andre.polischuk@gmail.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/andrepolischuk/typographic-arrows/issues" | ||
}, | ||
"homepage": "https://github.com/andrepolischuk/typographic-arrows", | ||
"devDependencies": { | ||
"ava": "^0.10.0", | ||
"babel-cli": "^6.4.0", | ||
"babel-plugin-add-module-exports": "^0.1.2", | ||
"babel-preset-es2015": "^6.3.13", | ||
"rimraf": "^2.5.0" | ||
}, | ||
"main": "index.es5.js", | ||
"scripts": { | ||
"pretest": "npm run prepublish", | ||
"test": "ava", | ||
"prepublish": "babel index.js --out-file index.es5.js", | ||
"postpublish": "rimraf index.es5.js && git push --follow-tags" | ||
}, | ||
"author": "Andrey Polischuk <andre.polischuk@gmail.com>", | ||
"license": "MIT" | ||
"ava": "^0.15.2", | ||
"babel-cli": "^6.10.1", | ||
"babel-eslint": "^6.1.0", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-register": "^6.9.0", | ||
"eslint": "^2.13.1", | ||
"eslint-config-airbnb-base": "^3.0.1", | ||
"eslint-plugin-import": "^1.9.2", | ||
"rimraf": "^2.5.2" | ||
} | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
0
0
2490
10
4
18