Compare commits

...

2 Commits

3 changed files with 5841 additions and 3447 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
coverage coverage
node_modules node_modules
dist

9277
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,13 @@
{ {
"name": "reactimal", "name": "reactimal",
"version": "1.0.0", "version": "1.0.1",
"description": "Reactive programming primitives", "description": "Reactive programming primitives",
"main": "src/index.js", "main": "src/index.js",
"files": [ "files": [
"src" "src"
], ],
"scripts": { "scripts": {
"build": "webpack --mode=production",
"test": "karmatic" "test": "karmatic"
}, },
"repository": { "repository": {
@ -19,9 +20,10 @@
"author": "Timothy Farrell <tim@thecookiejar.me> (https://github.com/explorigin)", "author": "Timothy Farrell <tim@thecookiejar.me> (https://github.com/explorigin)",
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"husky": "^3.0.1", "husky": "^3.1.0",
"karmatic": "^1.3.1", "karmatic": "^2.1.0",
"webpack": "^4.37.0" "webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}, },
"husky": { "husky": {
"hooks": { "hooks": {