@iapps/function-analytics
Advanced tools
Comparing version 1.0.0-beta.10 to 1.0.0-beta.11
@@ -1,1 +0,2 @@ | ||
export * from 'function-analytics.min'; | ||
import {Fn} from './function-analytics.min'; | ||
export {Fn}; |
{ | ||
"name": "@iapps/function-analytics", | ||
"version": "1.0.0-beta.10", | ||
"version": "1.0.0-beta.11", | ||
"description": "Produce universal library with webpack and es6", | ||
"main": "lib/function-analytics.js", | ||
"scripts": { | ||
"build": "npm run test && webpack --env dev && webpack --env build --fix && npm run docs", | ||
"dev": "webpack --progress --colors --watch --env dev", | ||
"test": "mocha --require babel-register --colors test/**/**/*.spec.js", | ||
"test:watch": "mocha --require babel-register --colors -w ./test/*.spec.js", | ||
"test:cover": "cross-env NODE_ENV=test nyc mocha --require babel-register --colors test/**/**/*.js", | ||
"repl": "node -i -e \"$(< ./lib/webpack-library-starter.js)\"", | ||
"publish": "npm run build && cd lib && npm publish --access public", | ||
"docs": "node_modules/.bin/jsdoc -c jsdoc.json" | ||
}, | ||
"scripts": {}, | ||
"repository": { | ||
@@ -17,0 +8,0 @@ "type": "git", |
Sorry, the diff of this file is too big to display
556
1619194