jonsamwell / angular-auto-validate

An automatic validation module for AngularJS which gets rid of excess html in favour of dynamic element modification to notify the user of validation errors
MIT License
346 stars 76 forks source link

package.json has incorrect main attribute #151

Open pusherman opened 8 years ago

pusherman commented 8 years ago

the main file in package.json is wrong so importing this library via webpack is not possible :(

pusherman commented 8 years ago

@jonsamwell could you also publish the latest version to NPM after this is merged? The current published version is a bit behind.

mikkelking commented 8 years ago

Yes, please publish :)

crhistianramirez commented 4 years ago

Workaround:

import 'angular-auto-validate/dist/jcs-auto-validate.min'

angular.module('app', ['jcs-autoValidate'])