Comparing version 3.1.0 to 3.2.0
# History | ||
## v3.2.0 2017 April 15 | ||
- Updated base files | ||
## v3.1.0 2017 April 15 | ||
@@ -4,0 +7,0 @@ - Ability to customise the edit link text via `text.edit` template data |
{ | ||
"name": "outpatient", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "helpers for bevry websites", | ||
@@ -85,9 +85,26 @@ "homepage": "https://github.com/bevry/outpatient", | ||
"main": "index.js", | ||
"dependencies": { | ||
"core-js": "^2.4.1", | ||
"editions": "^1.3.3", | ||
"extendr": "^3.2.2", | ||
"hyperscript": "^2.0.2", | ||
"moment": "^2.18.0", | ||
"underscore.string": "^3.3.4" | ||
}, | ||
"devDependencies": { | ||
"assert-helpers": "^4.5.0", | ||
"babel-cli": "^6.24.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"eslint": "^3.19.0", | ||
"joe": "^2.0.2", | ||
"joe-reporter-console": "^2.0.1", | ||
"projectz": "^1.4.0" | ||
}, | ||
"scripts": { | ||
"our:setup": "npm install", | ||
"our:clean": "rm -Rf ./docs ./es2015 ./out", | ||
"our:setup": "npm run our:setup:npm", | ||
"our:setup:npm": "npm install", | ||
"our:clean": "rm -Rf ./docs ./es2015 ./es5 ./out", | ||
"our:compile": "npm run our:compile:es2015", | ||
"our:compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015", | ||
"our:meta": "npm run our:meta:docs && npm run our:meta:projectz", | ||
"our:meta:docs": "echo 'no docs currently'", | ||
"our:meta": "npm run our:meta:projectz", | ||
"our:meta:projectz": "projectz compile", | ||
@@ -105,17 +122,3 @@ "our:verify": "npm run our:verify:eslint", | ||
"test": "node --harmony ./test.js --joe-reporter=console" | ||
}, | ||
"dependencies": { | ||
"core-js": "^2.4.1", | ||
"editions": "^1.3.3", | ||
"extendr": "^3.2.2", | ||
"hyperscript": "^2.0.2", | ||
"moment": "^2.18.0", | ||
"underscore.string": "^3.3.4" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.0", | ||
"babel-preset-es2015": "^6.24.0", | ||
"eslint": "^3.18.0", | ||
"projectz": "^1.3.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
48564
7