react-elmish 5.1.1-beta.1 → 5.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -2
  2. package/installScript.js +0 -4
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "react-elmish",
3
- "version": "5.1.1-beta.1",
3
+ "version": "5.1.1",
4
4
  "description": "Elmish for React using Typescript",
5
5
  "author": "atheck",
6
6
  "license": "MIT",
7
7
  "scripts": {
8
- "install": "node installScript.js",
9
8
  "build": "npm run build:types && npm run build:js",
10
9
  "build:types": "tsc --emitDeclarationOnly --project ./src",
11
10
  "build:js": "babel src --out-dir dist --extensions \".ts,.tsx\" --ignore \"./**/*.spec.ts\",\"./**/*.spec.tsx\" --source-maps inline",
package/installScript.js DELETED
@@ -1,4 +0,0 @@
1
- "use strict";
2
-
3
- // eslint-disable-next-line no-console
4
- console.warn("react-elmish: Symbols for message names are deprecated now and will be removed in the next major version. Please convert all message names into strings.");