Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
y1j2x34 committed Nov 9, 2017
1 parent c16ed69 commit 6e9df0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@y1j2x34/class.js",
"version": "1.0.0",
"version": "1.0.0-rc.2",
"description": "Simple class system for low level javascript which includes inheritance, mixins, inherited statics, python style, proxy...",
"main": "index.js",
"scripts": {
Expand All @@ -19,9 +19,9 @@
},
"homepage": "https://github.com/y1j2x34/Class.js#readme",
"files": [
"./Class.js",
"./Class.min.js",
"./test/*"
"Class.js",
"Class.min.js",
"samples"
],
"devDependencies": {
"babel-core": "^6.26.0",
Expand Down

0 comments on commit 6e9df0b

Please sign in to comment.