Skip to content

Commit ca3a934

Browse files
author
dongchongyang
committed
feat: add @controller支持
1 parent 2d99b36 commit ca3a934

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
]
1515
],
1616
"_from": "angular-onion@latest",
17-
"_id": "angular-onion@8.1.0",
17+
"_id": "angular-onion@8.2.0",
1818
"_inCache": true,
1919
"_location": "/angular-onion",
2020
"_nodeVersion": "6.10.2",
2121
"_npmOperationalInternal": {
2222
"host": "s3://npm-registry-packages",
23-
"tmp": "tmp/angular-onion-8.1.0.tgz_1505111756445_0.607928388286382"
23+
"tmp": "tmp/angular-onion-8.2.0.tgz_1505111756445_0.607928388286382"
2424
},
2525
"_npmUser": {
2626
"name": "onion3",
@@ -40,7 +40,7 @@
4040
"_requiredBy": [
4141
"#USER"
4242
],
43-
"_resolved": "https://registry.npmjs.org/angular-onion/-/angular-onion-8.1.0.tgz",
43+
"_resolved": "https://registry.npmjs.org/angular-onion/-/angular-onion-8.2.0.tgz",
4444
"_shasum": "f2fd94a2f92615e2384e5ac77c520646d54b803c",
4545
"_shrinkwrap": null,
4646
"_spec": "angular-onion",
@@ -61,7 +61,7 @@
6161
"directories": {},
6262
"dist": {
6363
"shasum": "f2fd94a2f92615e2384e5ac77c520646d54b803c",
64-
"tarball": "https://registry.npmjs.org/angular-onion/-/angular-onion-8.1.0.tgz"
64+
"tarball": "https://registry.npmjs.org/angular-onion/-/angular-onion-8.2.0.tgz"
6565
},
6666
"license": "MIT",
6767
"main": "dist/onion.js",
@@ -78,5 +78,5 @@
7878
"build": "webpack --config webpack.config.js",
7979
"test": "echo \"Error: no test specified\" && exit 1"
8080
},
81-
"version": "8.1.0"
81+
"version": "8.2.0"
8282
}

0 commit comments

Comments
 (0)