angular-auto-validate icon indicating copy to clipboard operation
angular-auto-validate copied to clipboard

package.json has incorrect main attribute

Open pusherman opened this issue 8 years ago • 3 comments

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

pusherman avatar Aug 10 '16 14:08 pusherman

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

pusherman avatar Aug 10 '16 14:08 pusherman

Yes, please publish :)

mikkelking avatar Sep 12 '16 01:09 mikkelking

Workaround:

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

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

crhistianramirez avatar Dec 30 '19 14:12 crhistianramirez