diff --git a/no-important.d.ts b/no-important.d.ts deleted file mode 100644 index 411d09e..0000000 --- a/no-important.d.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './typings'; diff --git a/no-important.js b/no-important.js deleted file mode 100644 index 18c09d7..0000000 --- a/no-important.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./lib/no-important.js'); diff --git a/no-important/package.json b/no-important/package.json new file mode 100644 index 0000000..74dd0b0 --- /dev/null +++ b/no-important/package.json @@ -0,0 +1,5 @@ +{ + "main": "../lib/no-important.js", + "module": "../es/no-important.js", + "typings": "../typings/index.d.ts" +}