react-localize-redux
Advanced tools
Comparing version 2.7.0 to 2.8.0
{ | ||
"name": "react-localize-redux", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "Localization library for React/Redux", | ||
@@ -8,2 +8,3 @@ "main": "./lib/index.js", | ||
"jsnext:main": "./es/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
@@ -16,3 +17,3 @@ "*.md", | ||
"scripts": { | ||
"build": "npm run build:commonjs && npm run build:es && npm run build:flow && npm run build:umd && npm run build:umd:min", | ||
"build": "npm run build:commonjs && npm run build:es && npm run build:flow && npm run build:umd && npm run build:umd:min && npm run copy:ts", | ||
"build:commonjs": "rimraf lib && cross-env BABEL_ENV=commonjs babel ./src -d lib", | ||
@@ -23,2 +24,3 @@ "build:es": "rimraf es && cross-env BABEL_ENV=es babel ./src -d es", | ||
"build:flow": "flow-copy-source ./src lib && flow-copy-source ./src es", | ||
"copy:ts": "ncp ./src/index.d.ts ./lib/index.d.ts && ncp ./src/index.d.ts ./es/index.d.ts", | ||
"coverage": "jest --coverage", | ||
@@ -85,2 +87,3 @@ "prepublish": "npm run build", | ||
"json-loader": "^0.5.4", | ||
"ncp": "^2.0.0", | ||
"progress-bar-webpack-plugin": "^1.9.1", | ||
@@ -87,0 +90,0 @@ "react": "^15.6.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
100184
24
1447
36