Compare commits
2 Commits
a10e6ca8db
...
25c237f768
| Author | SHA1 | Date | |
|---|---|---|---|
| 25c237f768 | |||
| a248828465 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
coverage
|
||||
node_modules
|
||||
dist
|
||||
|
||||
9255
package-lock.json
generated
9255
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -1,12 +1,13 @@
|
||||
{
|
||||
"name": "reactimal",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Reactive programming primitives",
|
||||
"main": "src/index.js",
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "webpack --mode=production",
|
||||
"test": "karmatic"
|
||||
},
|
||||
"repository": {
|
||||
@ -19,9 +20,10 @@
|
||||
"author": "Timothy Farrell <tim@thecookiejar.me> (https://github.com/explorigin)",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"husky": "^3.0.1",
|
||||
"karmatic": "^1.3.1",
|
||||
"webpack": "^4.37.0"
|
||||
"husky": "^3.1.0",
|
||||
"karmatic": "^2.1.0",
|
||||
"webpack": "^4.44.1",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
||||
Reference in New Issue
Block a user