window-mock
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"src": "src", | ||
"dist": "./" | ||
"dist": "lib" | ||
} |
module.exports = { | ||
build: { | ||
command: 'npm run-script build' | ||
command: 'npm run-script compile' | ||
}, | ||
@@ -5,0 +5,0 @@ test: { |
{ | ||
"name": "window-mock", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A light-weight window mock for Node/io.js testing", | ||
"main": "window-mock.js", | ||
"main": "lib/window-mock.js", | ||
"repository": { | ||
@@ -10,9 +10,10 @@ "type": "git", | ||
}, | ||
"type": "mock", | ||
"scripts": { | ||
"build": "webpack --config src/webpack.config.js --progress --colors", | ||
"test": "babel-tape-runner \"src/**/*.spec.js\" | faucet" | ||
"compile": "./node_modules/.bin/babel --ignore '.spec.js' -d lib/ src/", | ||
"prepublish": "npm run compile", | ||
"test": "./node_modules/.bin/babel-tape-runner \"src/**/*.spec.js\" | faucet" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"babel": "^5.8.23", | ||
"babel-core": "^5.6.18", | ||
@@ -30,4 +31,3 @@ "babel-eslint": "^3.1.23", | ||
"tape": "^4.0.1", | ||
"time-grunt": "^1.1.0", | ||
"webpack": "^1.10.1" | ||
"time-grunt": "^1.1.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "license": "MIT", |
@@ -0,1 +1,7 @@ | ||
[![NPM](https://nodei.co/npm/window-mock.png?mini=true)](https://nodei.co/npm/window-mock/) | ||
[![npm version](https://badge.fury.io/js/window-mock.svg)](http://badge.fury.io/js/window-mock) | ||
[![Build Status](https://travis-ci.org/sbstnmsch/window-mock.svg?branch=master)](https://travis-ci.org/sbstnmsch/window-mock) | ||
# window-mock | ||
@@ -2,0 +8,0 @@ A light-weight window-mock for node/ io.js testing |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
30
37
20172
452