2 Commits

Author SHA1 Message Date
42faa6a389 1.0.3 2017-03-05 20:03:25 +01:00
733a67b597 add npmextra.json 2017-03-05 20:03:21 +01:00
3 changed files with 9 additions and 1 deletions

7
npmextra.json Normal file
View File

@ -0,0 +1,7 @@
{
"npmci": {
"globalNpmTools": [
"npmts"
]
}
}

View File

@ -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
View File

@ -0,0 +1 @@
import * as plugins from './smartsass.plugins'