Skip to content
This repository was archived by the owner on Dec 17, 2018. It is now read-only.

Commit 00a8441

Browse files
committed
Needed to bump version of erector-set & added semver
1 parent 8ecd120 commit 00a8441

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

commands/component/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ module.exports = function createComponent(rootDir, selector) {
2626
erector.construct(allAnswers, templates, true);
2727
notifyUser(allAnswers);
2828
});
29-
30-
// if (utilities.checkIsDashFormat(selector)) {
31-
// createWithKnownSelector(selector, templates, options);
32-
// } else {
33-
// createWithMissingSelector(templates, options);
34-
// }
3529
};
3630

3731
const getRemainingQuestions = (selectorName, options) => {

commands/initial/templates/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"rollup-plugin-uglify": "2.0.1",
6565
"sass-loader": "^4.0.1",
6666
"script-loader": "^0.7.0",
67+
"semver": "5.3.0",
6768
"source-map-loader": "^0.1.5",
6869
"style-loader": "^0.13.1",
6970
"tslint": "^4.0.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
},
3232
"homepage": "https://github.com/gonzofish/angular-librarian#readme",
3333
"dependencies": {
34-
"erector-set": "^1.0.0-alpha.4"
34+
"erector-set": "1.0.0-beta.1"
3535
}
3636
}

0 commit comments

Comments
 (0)