babel-plugin-inline-replace-variables
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "babel-plugin-inline-replace-variables", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "babel plugin to inline replace variables", | ||
"main": "lib/index.js", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "babel src/ -d lib/", | ||
"test": "mocha -u bdd --compilers js:babel-core/register" | ||
"test": "mocha -u bdd" | ||
}, | ||
@@ -26,9 +25,8 @@ "repository": { | ||
"babel-core": "^6.8.0", | ||
"babel-cli": "^6.8.0", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-preset-stage-0": "^6.5.0", | ||
"mocha": "^2.4.5", | ||
"should": "^8.3.1" | ||
"should": "^11.2.0" | ||
}, | ||
"engines": { | ||
"node": ">= 4" | ||
} | ||
} |
@@ -53,4 +53,4 @@ # babel-plugin-inline-replace-variables | ||
CONTACT: https://github.com/wssgcg1213 | ||
Authors: https://github.com/wssgcg1213, https://github.com/rtsao | ||
@@ -7,4 +7,4 @@ /** | ||
const babel = require('babel-core'); | ||
import 'should'; | ||
import plugin from '../src'; | ||
require('should'); | ||
const plugin = require('../'); | ||
@@ -11,0 +11,0 @@ describe('simple', () => { |
Sorry, the diff of this file is not supported yet
3
6341
6
156