Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "emoticon", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Info on ASCII emoticons", | ||
@@ -15,3 +15,3 @@ "license": "MIT", | ||
], | ||
"repository": "https://github.com/wooorm/emoticon", | ||
"repository": "wooorm/emoticon", | ||
"bugs": "https://github.com/wooorm/emoticon/issues", | ||
@@ -27,31 +27,22 @@ "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)", | ||
"devDependencies": { | ||
"browserify": "^14.0.0", | ||
"browserify": "^16.0.0", | ||
"esmangle": "^1.0.0", | ||
"gemoji": "^4.0.0", | ||
"has": "^1.0.1", | ||
"markdown-table": "^1.0.0", | ||
"remark-cli": "^3.0.0", | ||
"remark-cli": "^5.0.0", | ||
"remark-lint-table-pipe-alignment": "^1.0.0", | ||
"remark-preset-wooorm": "^3.0.0", | ||
"remark-preset-wooorm": "^4.0.0", | ||
"tape": "^4.6.0", | ||
"xo": "^0.18.0" | ||
"xo": "^0.20.0" | ||
}, | ||
"scripts": { | ||
"build-md": "remark . -qfo", | ||
"build-data": "node script/build-data", | ||
"generate": "node script/build-data", | ||
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix", | ||
"build-support": "node script/build-support", | ||
"build-bundle": "browserify index.json --bare -s emoticon > emoticon.js", | ||
"build-mangle": "esmangle emoticon.js > emoticon.min.js", | ||
"build": "npm run build-data && npm run build-support && npm run build-md && npm run build-bundle && npm run build-mangle", | ||
"lint": "xo", | ||
"build": "npm run build-support && npm run build-bundle && npm run build-mangle", | ||
"test-api": "node test", | ||
"test": "npm run build && npm run lint && npm run test-api" | ||
"test": "npm run generate && npm run format && npm run build && npm run test-api" | ||
}, | ||
"xo": { | ||
"space": true, | ||
"esnext": false, | ||
"ignores": [ | ||
"emoticon.js" | ||
] | ||
}, | ||
"remarkConfig": { | ||
@@ -68,3 +59,22 @@ "settings": { | ||
] | ||
}, | ||
"prettier": { | ||
"tabWidth": 2, | ||
"useTabs": false, | ||
"singleQuote": true, | ||
"bracketSpacing": false, | ||
"semi": false, | ||
"trailingComma": "none" | ||
}, | ||
"xo": { | ||
"prettier": true, | ||
"esnext": false, | ||
"rules": { | ||
"no-var": "off", | ||
"prefer-arrow-callback": "off" | ||
}, | ||
"ignore": [ | ||
"emotion.js" | ||
] | ||
} | ||
} |
@@ -16,5 +16,5 @@ # emoticon [![Build Status][travis-badge]][travis] | ||
```javascript | ||
var emoticon = require('emoticon'); | ||
var emoticon = require('emoticon') | ||
console.log(emoticon.slice(0, 3)); | ||
console.log(emoticon.slice(0, 3)) | ||
``` | ||
@@ -21,0 +21,0 @@ |
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 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
13228
9