Comparing version 2.4.8 to 2.4.9
{ | ||
"name": "dot-store", | ||
"version": "2.4.8", | ||
"version": "2.4.9", | ||
"description": "Like Redux, but easy", | ||
@@ -26,3 +26,2 @@ "keywords": [ | ||
"prepublishOnly": "npm run build", | ||
"pretest": "npm run build", | ||
"pretty": "prettier --write **/*.css **/*.json **/*.md", | ||
@@ -35,3 +34,3 @@ "lint": "eslint --ignore-path .gitignore --ext=js .", | ||
"@babel/runtime": "7.0.0-beta.42", | ||
"@invrs/dot-prop-immutable": "^2.4.8", | ||
"@invrs/dot-prop-immutable": "^2.4.9", | ||
"rimraf": "2" | ||
@@ -85,8 +84,29 @@ }, | ||
"starters": [ | ||
"basics", | ||
"babel", | ||
"babel-scripts", | ||
"babel-web", | ||
"jest" | ||
] | ||
"basics", | ||
"jest", | ||
"watchman-babel" | ||
], | ||
"watchman": { | ||
"triggers": [ | ||
{ | ||
"name": "babel", | ||
"expression": [ | ||
"anyof", | ||
[ | ||
"match", | ||
"lib/**/*.js", | ||
"wholename" | ||
] | ||
], | ||
"command": [ | ||
"npm", | ||
"run", | ||
"build" | ||
] | ||
} | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54479