From 3574a2cbfa5cf1e7e49e884b20eb55d04a4e3271 Mon Sep 17 00:00:00 2001 From: Cheng Wang Date: Fri, 19 Apr 2019 11:51:28 +0800 Subject: [PATCH] fix no-important entry resolve --- no-important.d.ts | 1 - no-important.js | 1 - no-important/package.json | 5 +++++ 3 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 no-important.d.ts delete mode 100644 no-important.js create mode 100644 no-important/package.json 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" +}