Skip to content

Commit 582cc5e

Browse files
committed
fix: npm publish process
1 parent 51f0a5b commit 582cc5e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
node_modules/
55
npm-debug.log
66

7-
dist/
87
test/
98

109
.travis.yml

rollup.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,4 @@ rollup.rollup({
2424
format: 'cjs',
2525
dest: pkg['main']
2626
})
27-
28-
if (process.env.NODE_ENV === 'production') {
29-
bundle.write({
30-
dest: pkg['jsnext:main'],
31-
format: 'es'
32-
})
33-
}
3427
})

0 commit comments

Comments
 (0)