New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

@contentpilot/gulp-font-awesome

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentpilot/gulp-font-awesome - npm Package Compare versions

Comparing version

to
1.0.6

@@ -0,0 +0,0 @@ /**

{
"name": "@contentpilot/gulp-font-awesome",
"version": "1.0.5",
"version": "1.0.6",
"description": "Grabs Font Awesome icon style and compiles into font folder.",

@@ -15,3 +15,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://bitbucket.org/contentpilot/gulp-font-awesome.git"
"url": "https://github.com/content-pilot/gulp-font-awesome"
},

@@ -23,7 +23,3 @@ "keywords": [

"author": "Content Pilot",
"license": "MIT",
"homepage": "https://bitbucket.org/contentpilot/gulp-font-awesome#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
"license": "MIT"
}

@@ -5,8 +5,20 @@ # Content Pilot Font Awesome

# Install as devDependency
### Installation
`npm install @contentpilot/gulp-font-awesome --save-dev`
# Run in command line
### Require in gulpfile.js
`gulp font-awesome`
`require( '@contentpilot/gulp-font-awesome' );`
### Commands
`gulp font-awesome`
### Publish to NPM
To update this repository on NPM using the GitHub action,
1. Bump the version number in `package.json`
2. Commit with message pattern of `Release x.x.x`
3. Push to `master` branch to `origin`