Skip to content

Commit

Permalink
Merge pull request #111 from toddjordan/set-isdeveloping-back-false
Browse files Browse the repository at this point in the history
Set isDevelopingAddon to false
  • Loading branch information
sivakumar-kailasam authored Oct 26, 2018
2 parents 2fca1ab + 69208f8 commit e29bf47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const nodeSass = require('node-sass');

module.exports = {
name: require('./package').name,
isDevelopingAddon() {
return true;
},
// isDevelopingAddon() {
// return true;
// },

options: {
svgJar: {
Expand Down

0 comments on commit e29bf47

Please sign in to comment.