Skip to content

Commit 4a92cbd

Browse files
committed
chore: enable semrel
1 parent 74190ae commit 4a92cbd

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ cache:
66
notifications:
77
email: false
88
node_js:
9-
- '6'
109
- 'node'
10+
before_install:
11+
- npm i -g npm@^2.0.0
12+
before_script:
13+
- npm prune
1114
after_success:
1215
- npm run semantic-release
1316
branches:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "babel-plugin-transform-n4js-systemjs-commonjs",
3-
"version": "1.0.0",
43
"description": "A babel plugin to transform N4JS SystemJS modules into CommonJS, enabling webpack/browserify.",
54
"main": "sysreg.js",
65
"scripts": {
@@ -28,7 +27,8 @@
2827
"babel-core": "^6.17.0",
2928
"cz-conventional-changelog": "^1.2.0",
3029
"eslint": "^3.7.1",
31-
"mocha": "^3.1.2"
30+
"mocha": "^3.1.2",
31+
"semantic-release": "^4.3.5"
3232
},
3333
"eslintConfig": {
3434
"env": {

0 commit comments

Comments
 (0)