Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
version to pre
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Jun 3, 2020
1 parent ad07b4d commit 9cf5e4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fg-grunt-iconoclash",
"description": "Easy external SVG icons",
"version": "0.1.0",
"version": "0.1.0-1",
"homepage": "https://github.com/filamentgroup/grunt-iconoclash",
"author": {
"name": "Scott Jehl",
Expand All @@ -23,7 +23,7 @@
"scripts": {
},
"dependencies": {
"fg-iconoclash": "filamentgroup/iconoclash#master"
"fg-iconoclash": "0.1.0-1"
},
"devDependencies": {
"grunt": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion tasks/iconoclash.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

/*global require:true*/
var Iconoclash = require( 'iconoclash' );
var Iconoclash = require( 'fg-iconoclash' );

module.exports = function( grunt , undefined ) {
"use strict";
Expand Down

0 comments on commit 9cf5e4a

Please sign in to comment.