Skip to content

Commit

Permalink
Merge pull request #1 from clancytom/develop
Browse files Browse the repository at this point in the history
update to lastest
  • Loading branch information
koaex committed Dec 7, 2021
2 parents 51dc30c + 2a28716 commit 54769fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<a name="1.0.0"></a>
# 1.0.0 nested-vaccination (2021-17-07)

## Bug Fixes

## Breaking Changes
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "u-ultimate",
"version":"1.0.0",
"license": "MIT",
"branchVersion": "^1.0.0",
"branchPattern": "1.0.*",
Expand All @@ -14,10 +15,7 @@
"grunt-cli": "^1.2.0"
},
"scripts": {
"build":"grunt",
"commit": "git-cz",
"test-i18n": "jasmine-node i18n/spec",
"test-i18n-ucd": "jasmine-node i18n/ucd/spec"
"build":"grunt"
},
"devDependencies": {
"grunt": "^1.0.1",
Expand All @@ -40,7 +38,7 @@
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"load-grunt-tasks": "^3.5.0",
"lodash": "~2.4.1",
"lodash": ">=4.17.21",
"npm-run": "^4.1.0",
"serve-favicon": "^2.3.0"
},
Expand All @@ -51,6 +49,10 @@
"style": "ultimate",
"nohook": true
},
"files":[
"u-ultimate.js",
"u-ultimate.min.js"
],
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit 54769fb

Please sign in to comment.