We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1caa18d commit 4782469Copy full SHA for 4782469
.travis.yml
@@ -13,6 +13,7 @@ before_script:
13
script:
14
- npm run test:coverage
15
after_success:
16
+ - npm run semantic-release
17
- npm run report:coverage
18
branches:
19
except:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "inheritance-es5",
3
- "version": "1.0.2",
+ "version": "0.0.0-semantically-release",
4
"description": "Inheritance in javascript (ES5)",
5
"main": "inheritance.js",
6
"directories": {
0 commit comments