Code Monkey home page Code Monkey logo

Comments (5)

vitmalina avatar vitmalina commented on July 30, 2024

I am not familiar with jamjs.org. But if you want to publish w2ui from your account, go ahead. Thank you.

from w2ui.

adisesha avatar adisesha commented on July 30, 2024

My pleasure :) Done check here http://jamjs.org/packages/#/details/w2ui. I used following package.json for publishing. Let me know if I need to change any details,


{
  "name": "w2ui",
  "version": "1.1.0-jam.1",
  "description": "The w2ui library is a set of interrellated jQuery plugins. It is not a adhoc port to jQuery, but was initially developed with jQuery in mind.",
  "homepage": "http://w2ui.com/web/",
  "author": {
    "name": "Vitali Malinouski"
  },
  "keywords": ["UI"],
  "jam": {
    "dependencies": {
      "jquery":">=1.7.2"
    },
    "main": "w2ui.js",
    "shim": {
      "deps": ["jquery"],
      "exports": "w2ui"
    },
    "include": [
      "w2ui.js",
      "w2ui.min.js",
      "w2ui.css",
      "w2ui.min.css"
    ]
  },
 "maintainers": [
    {
      "name": "Vitali Malinouski",
      "email": "[email protected]",
      "web": "http://w2ui.com" 
    } 
  ],
  "contributors": [
    {
      "name": "Vitali Malinouski",
      "email": "[email protected]",
      "web": "http://w2ui.com" 
    } 
  ],
 "repository": {
    "type": "git",
    "url": "https://github.com/vitmalina/w2ui.git"
  },
  "github": "https://github.com/vitmalina/w2ui"
}

You can install using jam using following command jam install w2ui

from w2ui.

vitmalina avatar vitmalina commented on July 30, 2024

Awesome, thank you so much. My only question: I saw you posted w2ui.js and w2ui.min.js files. I assume you took it from the github. Those versions are work in progress for next version and are not considered stable. I think I would be better to use w2ui-1.1.js and w2ui-1.1.min.js instead (same with css). Every time I release a new version I do full regression tests in all the browses. But changes done in w2ui.js might not be fully working in all the browser. What do you think?

from w2ui.

adisesha avatar adisesha commented on July 30, 2024

No. I published 1.1 version files downloaded from website. I removed version number because it is redundant. You can always verify the version with jam ls. Also I added extra '0'(1.1.0-jam.1) to version number because jam requires version numbers conforming to Semantic Versioning requirements (http://semver.org). If you ever create account in jamjs, let me know. I will add you as another owner.

from w2ui.

vitmalina avatar vitmalina commented on July 30, 2024

Ok. Sounds good.

from w2ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.