Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,5 @@ | ||
# v1.0.1 | ||
- Include TypeScript declaration file (`.d.ts`) | ||
# v1.0.0 | ||
@@ -2,0 +6,0 @@ |
@@ -5,2 +5,3 @@ 'use strict'; | ||
var path = require('path'); | ||
var EventEmitter = require('events'); | ||
@@ -10,3 +11,2 @@ var fs = require('fs'); | ||
var async_hooks = require('async_hooks'); | ||
var path = require('path'); | ||
@@ -13,0 +13,0 @@ class File { |
@@ -0,1 +1,2 @@ | ||
import { resolve } from 'path'; | ||
import * as EventEmitter from 'events'; | ||
@@ -5,3 +6,2 @@ import { readFile, readdir, stat, watch } from 'fs'; | ||
import { createHook, executionAsyncId } from 'async_hooks'; | ||
import { resolve } from 'path'; | ||
@@ -8,0 +8,0 @@ class File { |
{ | ||
"name": "defiler", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A small, strange building block", | ||
@@ -11,6 +11,8 @@ "keywords": [ | ||
], | ||
"main": "./dist/index.cjs.js", | ||
"module": "./dist/index.es.js", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.es.js", | ||
"types": "types/index.d.ts", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"types" | ||
], | ||
@@ -32,2 +34,3 @@ "engines": { | ||
"rollup": "*", | ||
"rollup-plugin-cheap-ts": "Conduitry/rollup-plugin-cheap-ts#semver:*", | ||
"typescript": "*", | ||
@@ -37,3 +40,3 @@ "@types/node": "*" | ||
"scripts": { | ||
"build": "tsc && rollup -c", | ||
"build": "rollup -c", | ||
"dev": "rollup -cw", | ||
@@ -40,0 +43,0 @@ "prepare": "npm run build" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
125980
9
1002
4