Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
42faa6a389 | |||
733a67b597 |
7
npmextra.json
Normal file
7
npmextra.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"npmci": {
|
||||
"globalNpmTools": [
|
||||
"npmts"
|
||||
]
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "smartsass",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "smart wrapper for sass",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
|
1
ts/smartsass.includes.ts
Normal file
1
ts/smartsass.includes.ts
Normal file
@ -0,0 +1 @@
|
||||
import * as plugins from './smartsass.plugins'
|
Reference in New Issue
Block a user