kadirahq / npm-base

A base package for creating NPM packages with ES2015
MIT License
159 stars 19 forks source link

how to publish package to atmospherejs.com ? #7

Closed achtan closed 8 years ago

achtan commented 8 years ago

i configured package.js like this: https://github.com/DrMongo/dr-seeder/blob/master/package.js

dist/index.js http://pastebin.com/4KWXCDq2

but i'm getting error exports is not defined but i don't know how to fix it (dist/index.js is generated by babel)

arunoda commented 8 years ago

This is a NPM module and you need can't publish that to Atmosphere.